diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 49f69d0..16c5cce 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -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; }