1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Use "small viewport" for max height of dashboard

Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3058
This commit is contained in:
Raymond Hill 2024-03-04 21:52:34 -05:00
parent c7a9bcb7b2
commit 3682eed638
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2,6 +2,7 @@ html, body {
display: flex;
flex-direction: column;
height: 100vh;
height: 100svh;
justify-content: stretch;
overflow: hidden;
position: relative;