mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed flashing of table of contents in navigation on screen upon load
This commit is contained in:
parent
ca260e0faf
commit
44f0ec604d
@ -130,7 +130,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Show 1st level navigation always expanded
|
// Show 1st level navigation always expanded
|
||||||
.no-js & .md-nav {
|
.no-js & > .md-nav {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user