mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
Disable animations in storybook
Needed for chromatic Change-Id: I372c2a91f698738569ffdc0099508007056684ed
This commit is contained in:
parent
e69309d5a2
commit
76c0504223
|
@ -4,6 +4,10 @@
|
|||
**/
|
||||
@import './production-icons.less';
|
||||
|
||||
.mwe-popups-fade-in-up {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue