mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +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;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue