Skip to content

Commit

Permalink
fix(start-from): add missing scroll area
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Dec 6, 2023
1 parent 7576ece commit 680a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/StartFrom/start-from.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
lr-start-from {
display: block;
overflow-y: auto;
}

lr-start-from .content {
Expand All @@ -9,7 +10,6 @@ lr-start-from .content {
width: 100%;
height: 100%;
padding: var(--gap-max);
overflow-y: auto;
background-color: var(--clr-background-light);
}

Expand Down

0 comments on commit 680a282

Please sign in to comment.