mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix disappearing navbar with affix (#3099)
This commit is contained in:
committed by
John Mulhausen
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user