Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(slider): adds box-sizing to fix slider ripple positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Apr 30, 2015
1 parent 539ec5e commit e982547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/slider/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ md-slider {
margin-right: 4px;
padding: 0;

*, *:after {
box-sizing: border-box;
}

.md-slider-wrapper {
position: relative;
}
Expand Down

0 comments on commit e982547

Please sign in to comment.