Skip to content

Commit

Permalink
AV-689: Disable guide menu stickiness in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Dec 5, 2023
1 parent 4836143 commit a962e72
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions opendata-assets/src/less/drupal/menu.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// Restricted to guide page menu at least for now but likely will be expanded to cover other pages as well later
#guide-menu-column {
top: 0;
position: sticky;
max-height: 100vh;
border: @navbar-border;
z-index: 255;

@media (min-width: @screen-md-min) {
top: 0;
position: sticky;
z-index: 255;
max-width: 350px;
max-height: 100vh;
overflow-y: scroll;
}

.avoindata-guide-menu-toggle {
Expand Down

0 comments on commit a962e72

Please sign in to comment.