merge develop into main issues #9 list #64
File diff suppressed because one or more lines are too long
|
@ -145,7 +145,7 @@
|
||||||
background-color: scale-color($white, $alpha: 90%);
|
background-color: scale-color($white, $alpha: 90%);
|
||||||
}
|
}
|
||||||
&.is-at-top {
|
&.is-at-top {
|
||||||
margin-top: 0;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ if ($activePage):
|
||||||
<?php if ($activePage): ?>
|
<?php if ($activePage): ?>
|
||||||
<?php if ($this->displayNavigation && $activePage['page']->hasPages()): ?>
|
<?php if ($this->displayNavigation && $activePage['page']->hasPages()): ?>
|
||||||
<nav class="sub-menu wide" data-sticky-container>
|
<nav class="sub-menu wide" data-sticky-container>
|
||||||
<div class="sticky" data-sticky data-anchor="blocks">
|
<div class="no-sticky" no-data-sticky no-data-anchor="blocks">
|
||||||
<?php echo $nav->menu()->setUlClass('horizontal menu')->renderSubMenu(); ?>
|
<?php echo $nav->menu()->setUlClass('horizontal menu')->renderSubMenu(); ?>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue