1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 10:00:52 +01:00

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;
}