From 540bd0c2b2e7c688dc0040c60cc39b95ec2cbfbf Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 21 Nov 2024 21:43:26 -0800 Subject: [PATCH] Fix scroll in sphinx search (#3164) * Fix scroll --- _static/css/custom2.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_static/css/custom2.css b/_static/css/custom2.css index d2effb2112..a24ee79687 100644 --- a/_static/css/custom2.css +++ b/_static/css/custom2.css @@ -67,8 +67,11 @@ input[type="radio"] { .gsc-control-cse { padding: 0 !important; border-radius: 0px !important; - border: none !important;; - overflow: hidden; + border: none !important; +} + +.gsc-overflow-hidden { + overflow: visible !important; } #___gcse_0 {