Fixed flashing of table of contents in navigation on screen upon load

This commit is contained in:
squidfunk 2020-02-17 09:49:12 +01:00
parent ca260e0faf
commit 44f0ec604d

View File

@ -130,7 +130,7 @@
}
// Show 1st level navigation always expanded
.no-js & .md-nav {
.no-js & > .md-nav {
display: block;
}