We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13c0aab + 57c56a3 commit 8f06a1cCopy full SHA for 8f06a1c
CHANGELOG.md
@@ -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
5
# 2.0.0 - Dec 2020
6
7
***(Enhancement)*** Breaking change to optimize the bundle for modern browsers (may break legacy browser support)
src/carousel.less
@@ -86,7 +86,7 @@
86
display: inline-block;
87
opacity: 0.7;
88
transition: opacity 0.5s ease-in-out;
89
- white-space: initial;
+ white-space: unset;
90
91
& > * {
92
display: block;
0 commit comments