Hide drawer pseudo-element for JMP

This commit is contained in:
loof2736 2025-03-30 20:43:21 -04:00
parent d041906f55
commit 2522bb8723

View File

@ -27,6 +27,9 @@
background: var(--secondary-background-color) !important;
backdrop-filter: none !important;
}
.layout-desktop #itemDetailPage.noBackdropTransparency::after {
display: none !important;
}
}
/* Lower drawer buttons */