Skip to content

Commit aa196e9

Browse files
authored
Merge branch 'master' into os-8.1
2 parents ee0ff36 + a145b3d commit aa196e9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

_styles/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ body {
1919
font-weight: 400;
2020
margin: 0;
2121
min-height: 100vh;
22-
overflow-x: hidden;
2322
}
2423

2524
*,
@@ -210,11 +209,16 @@ img.inline + div.inline {
210209
*********/
211210

212211
nav {
212+
background-color: #fff;
213213
line-height: 48px;
214214
min-height: 48px;
215215
min-width: 100%;
216216
overflow-x: auto;
217+
position: -webkit-sticky;
218+
position: sticky;
219+
top: 0;
217220
white-space: nowrap;
221+
z-index: 10;
218222
}
219223

220224
@media (max-width: 768px) {
@@ -399,6 +403,7 @@ body {
399403

400404
#content-container {
401405
flex-grow: 1;
406+
overflow-x: hidden;
402407
}
403408

404409
footer {

0 commit comments

Comments
 (0)