mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-20 20:30:18 -04:00
Made image not selectable
This commit is contained in:
parent
8f76a0f77d
commit
e2c6c9b6cc
|
@ -34,4 +34,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
animation: navLinkFade 0.5s ease forwards 0.5s;
|
animation: navLinkFade 0.5s ease forwards 0.5s;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user