Skip to content

Commit

Permalink
Update overflow style to prevent the x-axis clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Jul 21, 2024
1 parent 3e0476f commit b0cde86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/expandable.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import '../styles/helvetica/dark-vars.scss';

.contentWrapper {
overflow: hidden;
overflow-y: hidden; /* fallback for old Safari */
overflow-y: clip;
}

.button {
Expand Down

0 comments on commit b0cde86

Please sign in to comment.