We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c84d94 commit 82167a7Copy full SHA for 82167a7
src/styles/components/_sheet.scss
@@ -88,7 +88,8 @@
88
border: none;
89
border-radius: 0;
90
height: 100%;
91
- overflow: hidden;
+ overflow-x: hidden;
92
+ overflow-y: scroll;
93
}
94
95
> .mynah-card-body {
@@ -140,7 +141,13 @@
140
141
gap: var(--mynah-sizing-4);
142
align-items: stretch;
143
flex: 1;
144
145
146
+
147
+ > .mynah-detailed-list {
148
149
150
+ }
151
152
> .mynah-feedback-form-comment {
153
background-color: transparent;
0 commit comments