Skip to content

Commit 1db2b0b

Browse files
committed
Removing scrollbars from search results when there is no content to scroll
1 parent 3077014 commit 1db2b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/theme-base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ fieldset {
10551055

10561056
.tt-suggestions {
10571057
color: #555;
1058-
overflow-y: scroll;
1058+
overflow-y: auto;
10591059
overflow-x: hidden;
10601060
max-height: 210px;
10611061
}
@@ -1532,7 +1532,6 @@ div.soft-deprecation-notice blockquote.sidebar {
15321532

15331533

15341534

1535-
15361535
@media (min-width: 768px) and (max-width: 979px) {
15371536
#intro .download, aside.tips, .navbar-search {
15381537
width: 30% !important;
@@ -1542,6 +1541,7 @@ div.soft-deprecation-notice blockquote.sidebar {
15421541
width: 70% !important;
15431542
}
15441543
}
1544+
15451545
@media (min-width: 1200px) {
15461546
#intro .container,
15471547
.navbar-inner,

0 commit comments

Comments
 (0)