Skip to content

Commit

Permalink
Fix modal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Oct 11, 2024
1 parent 9f6cdbd commit 86f35e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/stylesheets/modal.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
margin: 1rem auto auto auto;
max-height: 800px;
max-width: 1200px;
overflow: auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;

&:focus {
outline: none;
Expand Down

0 comments on commit 86f35e1

Please sign in to comment.