Skip to content

Commit

Permalink
Fix scrollbars issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoiam committed Jul 26, 2022
1 parent a599733 commit cafa87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/style/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
#modal-content {
flex: 1;
padding: 5px;
overflow-y: scroll;
overflow: auto;
overflow-x: hidden;
}

#modal-buttons {
Expand Down

0 comments on commit cafa87e

Please sign in to comment.