Skip to content

Commit fec227d

Browse files
authored
fix(calendar): Adjust flex direction when navigation is direct child. (#1831)
1 parent 9321753 commit fec227d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/calendar/themes/calendar.base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
border-radius: inherit;
146146
border-top-left-radius: 0;
147147
border-top-right-radius: 0;
148+
149+
&:has(> [part~='navigation']) {
150+
flex-direction: column;
151+
}
148152
}
149153

150154
[part~='content-vertical'] {

0 commit comments

Comments
 (0)