From e10b4858958692fb0580201081008551d27801c5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 19 Jun 2015 23:45:34 -0700 Subject: [PATCH] Move scroll bars from captcha iframe to QR. --- src/General/css/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index ac2f6e743..9d5e39e9c 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1153,6 +1153,10 @@ input[name="Default Volume"] { min-width: 300px; border-radius: 3px 3px 0 0; } +#qr > form { + max-height: calc(100vh - 75px); + overflow-y: auto; +} #qrtab { border-radius: 3px 3px 0 0; } @@ -1252,9 +1256,9 @@ input.field.tripped:not(:hover):not(:focus) { #qr-captcha-iframe { width: 302px; height: 423px; - max-width: 100vw; - max-height: calc(100vh - 210px); - overflow: auto; + border: 0; + display: block; + margin: auto; } .goog-bubble-content { max-width: 100vw; @@ -1459,6 +1463,8 @@ a:only-of-type > .remove { } .textarea { position: relative; + display: -webkit-flex; + display: flex; } :root.webkit .textarea { margin-bottom: -2px;