mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
Use fixed position on mobile nav (#133)
This commit is contained in:
parent
e723d21113
commit
e85e0822e5
|
|
@ -1044,10 +1044,10 @@ a:hover code {
|
|||
}
|
||||
.navigationSlider .slidingNav {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
right: -10px;
|
||||
top: -10px;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: auto;
|
||||
}
|
||||
.navigationSlider .slidingNav.slidingNavActive {
|
||||
|
|
|
|||
Loading…
Reference in New Issue