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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
height: 100svh;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue