Skip to content

Commit 680a282

Browse files
committed
fix(start-from): add missing scroll area
1 parent 7576ece commit 680a282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/StartFrom/start-from.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
lr-start-from {
22
display: block;
3+
overflow-y: auto;
34
}
45

56
lr-start-from .content {
@@ -9,7 +10,6 @@ lr-start-from .content {
910
width: 100%;
1011
height: 100%;
1112
padding: var(--gap-max);
12-
overflow-y: auto;
1313
background-color: var(--clr-background-light);
1414
}
1515

0 commit comments

Comments
 (0)