googlearchive / paper-slider

A slider à la Material Design
16 stars 18 forks source link

paper-slider incompatibility with Bootstrap #50

Open GGG-KILLER opened 9 years ago

GGG-KILLER commented 9 years ago

Since bootstrap uses the css

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

it makes the paper slider not show up, and only the slider bob shows up(it can be fixed by commenting those lines, as I did, but I'm not sure if its really needed by Bootstrap).