Browse Source

[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>
main
zqran 2 years ago
committed by GitHub
parent
commit
aa12fae175
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      beta/src/styles/index.css

6
beta/src/styles/index.css

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

Loading…
Cancel
Save