mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
Use fixed position on mobile nav (#133)
This commit is contained in:
parent
e723d21113
commit
e85e0822e5
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue