1
0

Fix coloring and overlap issue with secondarynav contents - this filter shouldnt even be here and was added by mistake

This commit is contained in:
bonkmaykr
2021-09-29 14:59:10 -05:00
committed by GitHub
parent ada6ec1b1b
commit 64d11f2ec3

View File

@@ -383,6 +383,10 @@ pane {
backdrop-filter: blur(10px);
}
#SecondaryNav > wrapper > module > pane {
backdrop-filter: none !important;
}
nav#SecondaryNav.Expanded {
height:90vh !important;
border:2px solid #fc4b7f !important;