Skip to content

Commit

Permalink
fix: disable overscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 10, 2023
1 parent 10b02eb commit c5dc11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
max-height: 100vh;
overflow-y: scroll;
padding: 1rem;
overscroll-behavior: none
}

.modal-header {
Expand Down
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
@import 'node_modules/bootstrap/scss/mixins';
@import "styles/bootstrap-overrides";

html {
overscroll-behavior: none;
}

body {
background-color: white;
font-family: Cadiz, sans-serif;
Expand Down

0 comments on commit c5dc11a

Please sign in to comment.