mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue