Add note to rotation angle to inform it may need to be lower

This commit is contained in:
MrOtherGuy 2020-06-14 08:58:28 +03:00
parent 51e60b4d57
commit 11259c7cd1

View file

@ -43,7 +43,7 @@ See the above repository for updates as well as full license text. */
}
#navigator-toolbox:not(:focus-within):not(:hover){
transform: rotateX(86deg);
transform: rotateX(86deg); /* This may need to be lower in osx - like 75 or so */
opacity: 0;
}