-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'nav-over-content-mobile' into 'master'
Left sidebar overlaps the content on mobile devices On mobile, the navigation sidebar will always revert to being hidden. When clicking the toggle, it will then go over the top of the content - rather than push the content. See merge request !3087
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/application.js.coffee 4 additions, 24 deletionsapp/assets/javascripts/application.js.coffee
- app/assets/javascripts/breakpoints.coffee 33 additions, 0 deletionsapp/assets/javascripts/breakpoints.coffee
- app/assets/javascripts/sidebar.js.coffee 14 additions, 4 deletionsapp/assets/javascripts/sidebar.js.coffee
- app/assets/stylesheets/framework/header.scss 8 additions, 12 deletionsapp/assets/stylesheets/framework/header.scss
- app/assets/stylesheets/framework/sidebar.scss 7 additions, 3 deletionsapp/assets/stylesheets/framework/sidebar.scss
app/assets/javascripts/breakpoints.coffee
0 → 100644
Please register or sign in to comment