mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-13 15:25:58 +10:00
fix(css): hide the nav when the content has not yet been loaded
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
body:not(.ready) {
|
||||
overflow: hidden;
|
||||
|
||||
[data-cloak], .app-nav {
|
||||
[data-cloak], .app-nav, > nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -244,7 +244,7 @@ main {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sidebar-nav {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user