Don't add horizontal scroll bar to QR.

This commit is contained in:
ccd0 2015-06-21 10:18:57 -07:00
parent 7a7c01616d
commit 70e1f5c802

View File

@ -1156,6 +1156,7 @@ input[name="Default Volume"] {
#qr > form {
max-height: calc(100vh - 75px);
overflow-y: auto;
overflow-x: hidden;
}
#qrtab {
border-radius: 3px 3px 0 0;