From 059037eeb27cea6a729b11cd010ecf84a613a072 Mon Sep 17 00:00:00 2001 From: Danil Boldyrev Date: Fri, 15 Dec 2023 22:37:11 +0300 Subject: [PATCH] fix zooming on large-width images (#1428) --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 09ce6cf..b87b20a 100644 --- a/css/style.css +++ b/css/style.css @@ -94,6 +94,10 @@ overflow:inherit !important; } +.gradio-container{ + overflow: visible; +} + /* fullpage image viewer */ #lightboxModal{