mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Remove the use of CSS max
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1035 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
1a766530d3
@ -525,7 +525,7 @@ body:not([data-more~="e"]) [data-more="e"] {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
:root.desktop #firewall {
|
:root.desktop #firewall {
|
||||||
max-height: max(100vh, 600px);
|
max-height: 600px;
|
||||||
min-width: 360px;
|
min-width: 360px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
|
Loading…
Reference in New Issue
Block a user