mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
[Pale-Moon] css: replace -moz-hidden-unscrollable with clip
This commit is contained in:
parent
c466a1385f
commit
9e02324b0b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue