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); }