From 4c56c18245d2019917a3a50ad006d1d1713be570 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 3 May 2015 15:47:44 -0700 Subject: [PATCH] Add scrollbars to captcha popup when larger than window. --- src/General/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {