Skip to content

Commit 2abfb17

Browse files
author
Marcin Szczepanski
committed
Fix styles for Firefox
1 parent b9e5402 commit 2abfb17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gallery.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
height: 700px;
2222
opacity: 0;
2323
-webkit-transition: opacity 0.3s ease-in-out;
24+
-moz-transition: opacity 0.3s ease-in-out;
25+
transition: opacity 0.3s ease-in-out;
2426
}
2527

2628
.gallery[data-mode=full-screen] li {

0 commit comments

Comments
 (0)