Skip to content

Commit 639b75f

Browse files
authored
Merge pull request #51 from ZsharE/patch-1
Slider-handle: wrong value for 'right' property
2 parents 2e3284f + aa9b6f4 commit 639b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_custom-sliders.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ html:not([dir="rtl"]) {
7575
}
7676

7777
.noUi-handle {
78-
right: -17px;
78+
right: -11.5px;
7979
left: auto;
8080
}
8181
}

0 commit comments

Comments
 (0)