1
0

shit shoulda been fixed long ago

This commit is contained in:
bonkmaykr
2021-09-01 17:13:19 -05:00
committed by GitHub
parent 2ec8349fd1
commit fa63fb09ac

View File

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