This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-slider width increases when slide to right #1343
Comments
+1 |
wrap the md-slide in a container. <body>
<div style="width:400px;padding:40px;">
<md-slider name="slider" aria-label="slider" min="0" max="100" step="1"></md-slider>
</div>
</body> |
Nope, that does not fix the issue. For screen size smaller than width will still have that issue. |
@sunnyshah01 - you did not give that particular, important detail in your original issue report. md-slider {
overflow: hidden;
} should resolve this issue. Thx for finding this good bug. |
Slider thumb is cut off now. |
@robertmesserle - the <div style="overflow:hidden;padding:20px">
<md-slider style="" name="slider" aria-label="slider" min="0" max="100" step="1"></md-slider>
</div> |
@ThomasBurleson That makes sense, but we should probably include the padding on our end by default. |
robertmesserle
pushed a commit
that referenced
this issue
Feb 4, 2015
@robertmesserle This is not the right fix. size of slider became smaller because of padding. |
robertmesserle
pushed a commit
that referenced
this issue
Feb 6, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 6, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 6, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 6, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 9, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 9, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 9, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 10, 2015
robertmesserle
pushed a commit
that referenced
this issue
Feb 10, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
md-slider width increases when sliding
and this problem is started from the version 0.7.1-rc1
check problem - http://plnkr.co/edit/hDPPg1UQZk7veyvPvNbJ?p=preview
Same behavior is seen on angular material slider demo page.
The text was updated successfully, but these errors were encountered: