Skip to content

Commit 540bd0c

Browse files
authored
Fix scroll in sphinx search (#3164)
* Fix scroll
1 parent 222a367 commit 540bd0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_static/css/custom2.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ input[type="radio"] {
6767
.gsc-control-cse {
6868
padding: 0 !important;
6969
border-radius: 0px !important;
70-
border: none !important;;
71-
overflow: hidden;
70+
border: none !important;
71+
}
72+
73+
.gsc-overflow-hidden {
74+
overflow: visible !important;
7275
}
7376

7477
#___gcse_0 {

0 commit comments

Comments
 (0)