mirror of https://github.com/gorhill/uBlock.git
Do not assume set viewport for popup panel when using portrait mode in descktop
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/2814
This commit is contained in:
parent
77a04584d0
commit
313a3121c9
|
@ -720,7 +720,7 @@ body:not([data-more*="e"]) [data-more="e"] {
|
|||
}
|
||||
|
||||
/* horizontally-constrained viewport */
|
||||
:root.portrait body {
|
||||
:root.portrait:not(.desktop) body {
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue