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

@@ -13,7 +13,7 @@ See the above repository for updates as well as full license text. */
fill: currentColor;
padding: 4px 6px !important;
flex-grow: 1;
overflow: -moz-hidden-unscrollable;
overflow: clip;
}
.titlebar-button:hover{ background-color: rgba(0,0,0,0.1) }
.titlebar-min{ list-style-image: url(chrome://browser/skin/zoom-out.svg); }