Add scrollbars to captcha popup when larger than window.

This commit is contained in:
ccd0 2015-05-03 15:47:44 -07:00
parent b76046eaf4
commit 4c56c18245

View File

@ -1269,6 +1269,14 @@ input.field.tripped:not(:hover):not(:focus) {
display: block;
width: 100%;
}
.goog-bubble-content {
max-width: 100vw;
max-height: 100vh;
overflow: auto;
}
.goog-bubble-content iframe {
position: static !important;
}
/* File Input, Submit Button */
#file-n-submit {