mirror of https://github.com/gorhill/uBlock.git
Use "small viewport" for max height of dashboard
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3058
This commit is contained in:
parent
c7a9bcb7b2
commit
3682eed638
|
@ -2,6 +2,7 @@ html, body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
height: 100svh;
|
||||
justify-content: stretch;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue