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