Replace overflow: -moz-hidden-unscrollable with overflow: clip

This commit is contained in:
MrOtherGuy
2025-07-22 19:25:21 +03:00
parent c675b129c0
commit 61301d7475
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ button,
.panel-arrowcontent{ margin-inline-end: 0 !important; }
.panel-arrow{ margin-inline: 17px !important; }
menupopup{ -moz-appearance: none !important; overflow: -moz-hidden-unscrollable !important; }
menupopup{ -moz-appearance: none !important; overflow: clip !important; }
.tabbrowser-tab[selected]::after,
.tabbrowser-tab[beforeselected-visible]::after{ border-color: transparent !important; }