Skip to content

Commit

Permalink
fix: update overflow property
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and rmenner committed Dec 19, 2024
1 parent 559d8bb commit 6f0939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
&::part(popover) {
min-width: 100% !important;
max-width: -webkit-fill-available;
overflow-y: scroll;
overflow-y: auto;
}
}
}
Expand Down

0 comments on commit 6f0939c

Please sign in to comment.