Skip to content

Commit cd88d37

Browse files
committed
fix: rm scroll search
1 parent 5053103 commit cd88d37

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

sphinx_scylladb_theme/static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx_scylladb_theme/static/js/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/components/_search-box.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@
202202
color: var(--text-color) !important;
203203
}
204204
.er_gcs_facet_ul {
205+
max-height: 100% !important;
206+
205207
&::-webkit-scrollbar {
206208
width: 5px;
207209
background-color: transparent;

0 commit comments

Comments
 (0)