Skip to content

Commit

Permalink
fix(App): scroll issue on firefox on mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Mar 18, 2023
1 parent 01e5e7c commit 6dbb916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $padding: 25px;
top: $header-height-mobile;
height: calc(100vh - #{$header-height-mobile});
width: 100%;
overflow-y: overlay;
overflow-y: auto;
.inner {
max-width: 100vw;
Expand Down

0 comments on commit 6dbb916

Please sign in to comment.