[Beta] Fix navigation sticky failure (#5032)

* [Beta] Fix navigation sticky failure

* [Beta] Remove overflow-x from body

* [Beta] Update the max-with

* Update index.css

Co-authored-by: dan <dan.abramov@gmail.com>
This commit is contained in:
zqran
2022-09-11 00:02:44 +08:00
committed by GitHub
parent dfce03c003
commit aa12fae175

View File

@@ -76,6 +76,12 @@
margin: 0;
}
@media screen and (max-width: 1023px) {
body {
overflow-x: hidden;
}
}
/* Start purging... */
/* Force GPU Accelerated scrolling, credit: Twitter Lite */
.scrolling-gpu {