Skip to content

Commit

Permalink
fix(slider): add absolute positioned tick for slider
Browse files Browse the repository at this point in the history
  • Loading branch information
kikostadinov authored and joneff committed Jun 6, 2022
1 parent 4b05d67 commit 21f931c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/default/scss/slider/_layout.scss
Expand Up @@ -110,6 +110,16 @@
flex: 0 0 1px;
}

.k-tick-horizontal {
width: 1px;
min-height: 100%;
}

.k-tick-vertical {
width: 100%;
min-height: 1px;
}

.k-draghandle {
position: absolute;
}
Expand Down

0 comments on commit 21f931c

Please sign in to comment.