Skip to content

Commit 256b828

Browse files
committed
fix(card): content-scrollable
1 parent e78856f commit 256b828

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/card/src/styles/index.cssr.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ export default c([
162162
padding-top: var(--n-padding-bottom);
163163
`)
164164
]),
165-
cE('content-scrollbar', [
165+
cE('content-scrollbar', `
166+
display: flex;
167+
flex-direction: column;
168+
`, [
166169
c('>', [
167170
cB('scrollbar-container', [
168171
c('>', [

0 commit comments

Comments
 (0)