Skip to content

Commit

Permalink
Fix missing bottom padding on admin left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Jul 29, 2024
1 parent 0e862b2 commit 55c1f66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/geonature/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
</nav>
<div class="container-fluid" id="container">
<div class="row" >
<div class="col-2 px-1 position-fixed" id="sticky-sidebar">

<div class="col-2 px-1 pb-5 position-fixed" id="sticky-sidebar">
{{index_layout.menu()}}
</div>

Expand Down

0 comments on commit 55c1f66

Please sign in to comment.