From 11259c7cd17af49fb094cf8ba913b059a8540281 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 14 Jun 2020 08:58:28 +0300 Subject: [PATCH] Add note to rotation angle to inform it may need to be lower --- chrome/autohide_toolbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }