Skip to content

Commit

Permalink
Added overflow to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Nov 26, 2024
1 parent fba4f8a commit e7ab764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/components/form-group/autosave/_autosave.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

.modal-autosave {
max-height: 20rem;
overflow-y: auto;
overflow-x: hidden;
}

li.li-success {
Expand Down

0 comments on commit e7ab764

Please sign in to comment.