Skip to content

Commit

Permalink
fix(client): modal overflow on mobile (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey committed Dec 20, 2023
1 parent 5acf61b commit 20a672a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/sass/components/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ $modal--tabs--padding--vertical--left: $modal--padding--horizontal;
width: 100%;
top: unset;
bottom: 0%;
min-width: unset;
}
}

Expand Down

0 comments on commit 20a672a

Please sign in to comment.