overflow-y
This commit is contained in:
parent
7d48f0e562
commit
5e48cc98da
@ -3471,6 +3471,8 @@
|
||||
display: block;\
|
||||
}\
|
||||
#qr {\
|
||||
max-height: 100%;\
|
||||
overflow-y: auto;\
|
||||
position: fixed;\
|
||||
}\
|
||||
#qr #autohide, #qr .close {\
|
||||
|
||||
@ -2776,6 +2776,8 @@ main =
|
||||
display: block;
|
||||
}
|
||||
#qr {
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
position: fixed;
|
||||
}
|
||||
#qr #autohide, #qr .close {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user