Fix theme selector backdrop clipping navs

This commit is contained in:
hfcRed 2026-03-20 02:56:22 +01:00
parent 6e64155c7e
commit c501f18fe6

View File

@ -17,7 +17,7 @@
.customThemeSelectorNoSupporter {
position: absolute;
inset: 0;
z-index: 10;
z-index: 5;
backdrop-filter: blur(3px);
display: flex;
flex-direction: column;