Skip to content

Commit

Permalink
changed overflow behavior to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Jan 10, 2025
1 parent ab05033 commit 19c374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/styles/_examples-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
width: 100%;
height: fit-content;
opacity: 1;
overflow-y: visible;
overflow-y: auto;
transition: opacity 250ms ease-in-out 250ms, width 250ms ease-in-out 0ms, height 250ms ease-in-out 0ms;

.examples-category {
Expand Down

0 comments on commit 19c374b

Please sign in to comment.