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.
2 parents ee0ff36 + a145b3d commit aa196e9Copy full SHA for aa196e9
1 file changed
_styles/main.css
@@ -19,7 +19,6 @@ body {
19
font-weight: 400;
20
margin: 0;
21
min-height: 100vh;
22
- overflow-x: hidden;
23
}
24
25
*,
@@ -210,11 +209,16 @@ img.inline + div.inline {
210
209
*********/
211
212
nav {
+ background-color: #fff;
213
line-height: 48px;
214
min-height: 48px;
215
min-width: 100%;
216
overflow-x: auto;
217
+ position: -webkit-sticky;
218
+ position: sticky;
219
+ top: 0;
220
white-space: nowrap;
221
+ z-index: 10;
222
223
224
@media (max-width: 768px) {
@@ -399,6 +403,7 @@ body {
399
403
400
404
#content-container {
401
405
flex-grow: 1;
406
+ overflow-x: hidden;
402
407
408
409
footer {
0 commit comments