Skip to content

Commit

Permalink
slider 在 firefox 上样式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Nov 15, 2023
1 parent 5149a5e commit b4d4abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdui/src/components/slider/slider-base-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ input[type="range"] {
cursor: pointer;
opacity: 0;
appearance: none;
width: calc(100% + 20rem * 2 / @mdui-root-font-size); // for firefox
.margin(0, -20);
.padding(0, 12);

Expand Down

0 comments on commit b4d4abe

Please sign in to comment.