Skip to content

Commit

Permalink
[@mantine/core] Slider: Fix marks not being aligned correctly (#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Oct 2, 2024
1 parent 8d92f80 commit 59a078c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
height: var(--slider-size);
width: var(--slider-size);
border-radius: 1000px;
transform: translateX(calc(var(--slider-size) / -2));
background-color: var(--mantine-color-white);
pointer-events: none;

Expand Down

0 comments on commit 59a078c

Please sign in to comment.