Skip to content

Commit

Permalink
#372 - Fix main menu responsiveness (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Nov 18, 2022
1 parent 49ab979 commit 9954f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ h4 {
@media (min-width: 992px) {
.navbar-dark .navbar-collapse {
height: auto;
overflow-x: unset;
overflow-y: unset;
}
}
.navbar-dark .navbar-collapse::-webkit-scrollbar-track {
Expand Down
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.

2 changes: 2 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ h4 {

@media (min-width: 992px) {
height: auto;
overflow-x: unset;
overflow-y: unset;
}

&::-webkit-scrollbar-track {
Expand Down

0 comments on commit 9954f56

Please sign in to comment.