Skip to content

Commit 0cdbdb8

Browse files
Merge pull request #422 from inkeep/fix/inkeep-mobile-modal
Only apply inkeep modal animation when modal is not full screen
2 parents ae6ee37 + 4de82ed commit 0cdbdb8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

public/vendors/inkeep.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
background: rgba(0,0,0,0.4);
77
}
88

9-
.ikp-modal__content {
10-
opacity: 0;
11-
animation: showInkeepModal .4s ease forwards !important;
9+
@media (min-width: 769px) {
10+
.ikp-modal__content {
11+
opacity: 0;
12+
animation: showInkeepModal .4s ease forwards !important;
13+
}
1214
}
1315

1416
@keyframes showInkeepModal {

0 commit comments

Comments
 (0)