mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
f655223779
commit
96703325ea
1 changed files with 3 additions and 1 deletions
|
|
@ -347,7 +347,9 @@ body[dir="rtl"] #popupContainer > div {
|
|||
background-color: white;
|
||||
border: 2px solid white;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
width: 90vw;
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#netFilteringDialog .dialog p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue