File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/Elastic.Documentation.Site Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 177177 }
178178}
179179
180- # elastic-nav {
180+ # elastic-nav-wrapper {
181181 min-height : var (--offset-top );
182+ }
182183
184+ # elastic-nav {
183185 @media screen and (min-width : 1200px ) {
184186 .oldNav {
185187 & > div {
Original file line number Diff line number Diff line change 11@inherits RazorSlice <Elastic .Documentation .Site .GlobalLayoutViewModel >
22@if (Model .Features .PrimaryNavEnabled )
33{
4- <div id =" elastic-nav" hx-disable =" true" ></div >
5- <script src =" https://www.elastic.co/elastic-nav.js" async ></script >
4+ <div id =" elastic-nav-wrapper" >
5+ <div id =" elastic-nav" hx-disable =" true" ></div >
6+ <script src =" https://www.elastic.co/elastic-nav.js" ></script >
7+ </div >
68 @await RenderPartialAsync (_SecondaryNav .Create (Model ))
79}
810else
You can’t perform that action at this time.
0 commit comments