Disable animations in storybook

Needed for chromatic

Change-Id: I372c2a91f698738569ffdc0099508007056684ed
This commit is contained in:
Jon Robson 2023-09-13 16:23:39 -07:00 committed by Jdlrobson
parent e69309d5a2
commit 76c0504223

View file

@ -4,6 +4,10 @@
**/
@import './production-icons.less';
.mwe-popups-fade-in-up {
animation: none !important;
}
html,
body {
height: 100%;