We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c0583 commit ab1ca67Copy full SHA for ab1ca67
src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml
@@ -62,7 +62,7 @@
62
</label>
63
@if (g.NavigationItems.Count > 0)
64
{
65
- <ul class="h-0 w-full overflow-y-hidden peer-has-checked:h-auto peer-has-[:focus]:h-auto has-[:focus]:h-auto">
+ <ul class="w-full overflow-y-hidden hidden peer-has-checked:block peer-has-[:focus]:block has-[:focus]:block">
66
@await RenderPartialAsync(_TocTreeNav.Create(new NavigationTreeItem
67
68
Level = g.Depth,
0 commit comments