Fixed vertical slider bug

pull/5806/head
Cagatay Civici 2024-05-22 01:30:28 +03:00
parent 1036413315
commit 614378c31f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const theme = ({ dt }) => `
.p-slider-vertical {
min-height: 100px;
height: ${dt('slider.track.size')};
width: ${dt('slider.track.size')};
}
.p-slider-vertical .p-slider-handle {