qr overflow css
This commit is contained in:
parent
0d192a6971
commit
c9555517aa
@ -2979,6 +2979,9 @@
|
||||
\
|
||||
#qr {\
|
||||
position: fixed;\
|
||||
max-height: 100%;\
|
||||
overflow-x: hidden;\
|
||||
overflow-y: auto;\
|
||||
}\
|
||||
#qr > div.move {\
|
||||
text-align: right;\
|
||||
|
||||
@ -2362,6 +2362,9 @@ main =
|
||||
|
||||
#qr {
|
||||
position: fixed;
|
||||
max-height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#qr > div.move {
|
||||
text-align: right;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user