removed sticky to omeka content submenu

This commit is contained in:
jorge 2022-04-25 14:15:49 +02:00
parent 3e25aaf87e
commit a93513ff0c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -145,7 +145,7 @@
background-color: scale-color($white, $alpha: 90%);
}
&.is-at-top {
margin-top: 0;
margin-top: 0 !important;
}
}
}

View File

@ -64,7 +64,7 @@ if ($activePage):
<?php if ($activePage): ?>
<?php if ($this->displayNavigation && $activePage['page']->hasPages()): ?>
<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(); ?>
</div>
</nav>