1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

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:
Raymond Hill 2023-09-12 20:33:14 -04:00
parent 77a04584d0
commit 313a3121c9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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