Made image not selectable

This commit is contained in:
Ram Reddy 2021-02-21 13:00:34 -08:00
parent 8f76a0f77d
commit e2c6c9b6cc
No known key found for this signature in database
GPG Key ID: 2CD6B38BE14BDE53

View File

@ -34,4 +34,7 @@
overflow: hidden;
animation: navLinkFade 0.5s ease forwards 0.5s;
height: 80%;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}