We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df6cf6 commit d45bd0dCopy full SHA for d45bd0d
1 file changed
src/Elastic.Documentation.Site/Layout/_PagesNav.cshtml
@@ -1,10 +1,6 @@
1
@inherits RazorSlice<Elastic.Documentation.Site.GlobalLayoutViewModel>
2
<aside class="sidebar font-sans bg-white fixed md:sticky shadow-2xl md:shadow-none left-[100%] group-has-[#pages-nav-hamburger:checked]/body:left-0 bottom-0 md:left-auto pl-6 md:pl-2 top-0 w-[80%] md:w-auto shrink-0 border-r-1 border-r-grey-20 z-40 md:z-auto">
3
4
- @if (Model.Features.LazyLoadNavigation && !string.IsNullOrEmpty(Model.NavigationFileName))
5
- {
6
- <div class="hidden" hx-get="@(Model.Link(Model.NavigationFileName))" hx-trigger="load" hx-params="nav" hx-push-url="false" hx-swap="innerHTML" hx-target="#pages-nav"></div>
7
- }
8
<nav
9
id="pages-nav"
10
class="sidebar-nav h-full">
0 commit comments