Skip to content

Commit b03313c

Browse files
authored
Merge pull request #25 from Travelopia/fix/tp-slider-z-index
Fix Slider Component CSS
2 parents 6ea4a98 + 3ff6d30 commit b03313c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@travelopia/web-components",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Accessible web components for the modern web",
55
"files": [
66
"dist"

src/slider/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ tp-slider[behaviour="fade"] {
6262
> tp-slider-slide[active="yes"] {
6363
visibility: visible;
6464
opacity: 1;
65+
z-index: 1;
6566
}
6667
}
6768
}

0 commit comments

Comments
 (0)