[Pale-Moon] css: replace -moz-hidden-unscrollable with clip

This commit is contained in:
roytam1 2025-07-21 23:26:59 +08:00
commit 9e02324b0b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
content: attr(title);
line-height: 50px;
max-height: 50px;
overflow: -moz-hidden-unscrollable;
overflow: clip;
pointer-events: none;
position: fixed;
word-wrap: break-word;

View file

@ -370,7 +370,7 @@ panel[type="private-autocomplete-richlistbox"] {
.private-autocomplete-richlistitem {
-moz-binding: url("chrome://browser/content/autocomplete.xml#private-autocomplete-richlistitem");
-moz-box-orient: vertical;
overflow: -moz-hidden-unscrollable;
overflow: clip;
}
.private-autocomplete-treerows {