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 6ea4a98 + 3ff6d30 commit b03313cCopy full SHA for b03313c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@travelopia/web-components",
3
- "version": "0.5.9",
+ "version": "0.5.10",
4
"description": "Accessible web components for the modern web",
5
"files": [
6
"dist"
src/slider/style.scss
@@ -62,6 +62,7 @@ tp-slider[behaviour="fade"] {
62
> tp-slider-slide[active="yes"] {
63
visibility: visible;
64
opacity: 1;
65
+ z-index: 1;
66
}
67
68
0 commit comments