Skip to content

Commit 8f06a1c

Browse files
Merge pull request #64 from chrishinrichs/master
Fix Safari style issue
2 parents 13c0aab + 57c56a3 commit 8f06a1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.1 - May 2021
2+
3+
***(Bug Fix)*** Fixes a bug in Safari 14.1 and Mobile Safari where carousel content is not visible in some scenarios
4+
15
# 2.0.0 - Dec 2020
26

37
***(Enhancement)*** Breaking change to optimize the bundle for modern browsers (may break legacy browser support)

src/carousel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
display: inline-block;
8787
opacity: 0.7;
8888
transition: opacity 0.5s ease-in-out;
89-
white-space: initial;
89+
white-space: unset;
9090

9191
& > * {
9292
display: block;

0 commit comments

Comments
 (0)