mirror of https://github.com/docker/docs.git
Fix disappearing navbar with affix (#3099)
This commit is contained in:
parent
24f672183d
commit
03c6a6c335
|
@ -376,4 +376,12 @@
|
|||
.nav-sidebar.collapse {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.nav-secondary-tabs.affix-top {
|
||||
background-color: $bg-secondary;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue