diff --git a/src/General/css/style.css b/src/General/css/style.css index b82ebe3e7..b8cfe2b19 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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 {