Skip to content

Commit

Permalink
fix: #246 footer displacement with menu always collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Jan 31, 2024
1 parent 2183b75 commit afc2d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions baton/static/baton/app/src/core/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const Navbar = {
$('#header').addClass('expand')
} else {
$('#header').addClass('menu-always-collapsed')
$('#content').css('min-height', `calc(100vh - ${$('#header').outerHeight()}px)`)
}
// insert burger
$('#branding').before(
Expand Down

0 comments on commit afc2d45

Please sign in to comment.