Move scroll bars from captcha iframe to QR.

This commit is contained in:
ccd0 2015-06-19 23:45:34 -07:00
parent f9e6d5dd7c
commit e10b485895

View File

@ -1153,6 +1153,10 @@ input[name="Default Volume"] {
min-width: 300px; min-width: 300px;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
} }
#qr > form {
max-height: calc(100vh - 75px);
overflow-y: auto;
}
#qrtab { #qrtab {
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
} }
@ -1252,9 +1256,9 @@ input.field.tripped:not(:hover):not(:focus) {
#qr-captcha-iframe { #qr-captcha-iframe {
width: 302px; width: 302px;
height: 423px; height: 423px;
max-width: 100vw; border: 0;
max-height: calc(100vh - 210px); display: block;
overflow: auto; margin: auto;
} }
.goog-bubble-content { .goog-bubble-content {
max-width: 100vw; max-width: 100vw;
@ -1459,6 +1463,8 @@ a:only-of-type > .remove {
} }
.textarea { .textarea {
position: relative; position: relative;
display: -webkit-flex;
display: flex;
} }
:root.webkit .textarea { :root.webkit .textarea {
margin-bottom: -2px; margin-bottom: -2px;