Don't add horizontal scroll bar to QR.
This commit is contained in:
parent
7a7c01616d
commit
70e1f5c802
@ -1156,6 +1156,7 @@ input[name="Default Volume"] {
|
|||||||
#qr > form {
|
#qr > form {
|
||||||
max-height: calc(100vh - 75px);
|
max-height: calc(100vh - 75px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
#qrtab {
|
#qrtab {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user