1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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:
Raymond Hill 2020-05-15 20:54:33 -04:00
parent a8acd64f96
commit 1a766530d3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;