Skip to content

Commit

Permalink
#448 - Position bottom menu over bottom bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 15, 2024
1 parent 2a9e8f6 commit 2fdb1d4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/Layouts/BottomMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</nav>

<div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" style="--bs-offcanvas-height: 42vh;">
<div class="offcanvas offcanvas-bottom offcanvas-bottom-menu" tabindex="-1" id="offcanvasBottom">
<div class="offcanvas-header">
<h5 class="offcanvas-title">Money by Neptuo</h5>
@if (MainMenu != null)
Expand Down
8 changes: 7 additions & 1 deletion src/Money.Blazor.Host/wwwroot/css/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/wwwroot/css/site.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fdb1d4

Please sign in to comment.