Skip to content

Commit cf3123e

Browse files
authored
fix(header-flyout): remove animation on < medium screen size (#4163)
fix(header-flyout): remove animation @ mobile screen size
1 parent dc8af3b commit cf3123e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/header-flyout/styles/HeaderFlyout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
}
122122

123123
.header-flyout-overlay {
124+
animation: none;
125+
124126
.header-flyout-title {
125127
padding-bottom: 0;
126128
}

0 commit comments

Comments
 (0)