Add note to rotation angle to inform it may need to be lower
This commit is contained in:
parent
51e60b4d57
commit
11259c7cd1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ See the above repository for updates as well as full license text. */
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox:not(:focus-within):not(:hover){
|
#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;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue