Skip to content

Commit 82167a7

Browse files
committed
Added scrollability to sheet content
1 parent 9c84d94 commit 82167a7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/styles/components/_sheet.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
border: none;
8989
border-radius: 0;
9090
height: 100%;
91-
overflow: hidden;
91+
overflow-x: hidden;
92+
overflow-y: scroll;
9293
}
9394

9495
> .mynah-card-body {
@@ -140,7 +141,13 @@
140141
gap: var(--mynah-sizing-4);
141142
align-items: stretch;
142143
flex: 1;
143-
overflow: hidden;
144+
overflow-y: scroll;
145+
overflow-x: hidden;
146+
147+
> .mynah-detailed-list {
148+
overflow-y: scroll;
149+
overflow-x: hidden;
150+
}
144151

145152
> .mynah-feedback-form-comment {
146153
background-color: transparent;

0 commit comments

Comments
 (0)