We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3077014 commit 1db2b0bCopy full SHA for 1db2b0b
styles/theme-base.css
@@ -1055,7 +1055,7 @@ fieldset {
1055
1056
.tt-suggestions {
1057
color: #555;
1058
- overflow-y: scroll;
+ overflow-y: auto;
1059
overflow-x: hidden;
1060
max-height: 210px;
1061
}
@@ -1532,7 +1532,6 @@ div.soft-deprecation-notice blockquote.sidebar {
1532
1533
1534
1535
-
1536
@media (min-width: 768px) and (max-width: 979px) {
1537
#intro .download, aside.tips, .navbar-search {
1538
width: 30% !important;
@@ -1542,6 +1541,7 @@ div.soft-deprecation-notice blockquote.sidebar {
1542
1541
width: 70% !important;
1543
1544
+
1545
@media (min-width: 1200px) {
1546
#intro .container,
1547
.navbar-inner,
0 commit comments