Fixing bug with z-indices in sliders

master
Sérgio Gomes 2015-05-20 14:32:42 +01:00
parent 05c5c207d9
commit cd314b959c
2 changed files with 1 additions and 5 deletions

View File

@ -43,6 +43,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
padding: 0; padding: 0;
color: $range-color; color: $range-color;
align-self: center; align-self: center;
z-index: 1;
// Disable default focus on Firefox. // Disable default focus on Firefox.
@ -377,7 +378,6 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
top: 50%; top: 50%;
left: 0; left: 0;
margin: 0 26px; margin: 0 26px;
z-index: -1;
display: flex; display: flex;
overflow: hidden; overflow: hidden;
border: 0; border: 0;

View File

@ -15,7 +15,3 @@
*/ */
@import "../material-design-lite"; @import "../material-design-lite";
.demo-preview-block {
background-color: transparent;
}