Skip to content

Commit d1b8382

Browse files
website: max-height for version-picker dropdown (#7642)
Signed-off-by: milinddethe15 <[email protected]>
1 parent 3d03cb4 commit d1b8382

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/static/main.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pre {
8080
.header-anchor { font-size: 100%; visibility: hidden;}
8181
h1:hover a, h2:hover a, h3:hover a, h4:hover a { visibility: visible}
8282

83-
/* seaarchBox */
83+
/* searchBox */
8484
.searchBox {
8585
position: relative;
8686
height: 100%;
@@ -126,6 +126,13 @@ input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
126126
color: #fff;
127127
}
128128

129+
/* version-picker */
130+
.dropdown-menu {
131+
max-height: 600px;
132+
overflow-y: auto;
133+
position: absolute;
134+
}
135+
129136
/* SideMenu Collapse */
130137
.docs-menu{
131138
text-transform: capitalize;

0 commit comments

Comments
 (0)