mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix: gap on mobile devices when scrolling (#1157)
This commit is contained in:
parent
0a5cf8ffb2
commit
28700a94a9
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ blockquote {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
transform: translate3d(0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue