From fa63fb09ac9fa6d18a94ea73a03059cc649adb1f Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:13:19 -0500 Subject: [PATCH] shit shoulda been fixed long ago --- blueroses.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blueroses.css b/blueroses.css index 39a4a4f..7be85a9 100644 --- a/blueroses.css +++ b/blueroses.css @@ -375,6 +375,10 @@ nav#SecondaryNav { overflow:visible; /*fix scrollbars appearing when Secondary Nav Hover Animations is installed*/ } +nav#SecondaryNav.Expanded { + overflow:hidden; /*fixes corners*/ +} + pane { backdrop-filter: blur(10px); }