mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Remove the use of CSS max
It's not supported on - Chromium 78 and older - Firefox 74 and older Reference: - https://developer.mozilla.org/en-US/docs/Web/CSS/max
This commit is contained in:
parent
a8acd64f96
commit
c1434e6dfe
@ -525,7 +525,7 @@ body:not([data-more~="e"]) [data-more="e"] {
|
||||
line-height: 1.4;
|
||||
}
|
||||
:root.desktop #firewall {
|
||||
max-height: max(100vh, 600px);
|
||||
max-height: 600px;
|
||||
min-width: 360px;
|
||||
overflow-y: auto;
|
||||
width: min-content;
|
||||
|
Loading…
Reference in New Issue
Block a user