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