Add scrollbars to captcha popup when larger than window.
This commit is contained in:
parent
b76046eaf4
commit
4c56c18245
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user