From 2c704d73d3293c45e089639342a423995243f958 Mon Sep 17 00:00:00 2001 From: Justin Jeong Date: Thu, 7 Apr 2016 15:56:59 -0400 Subject: [PATCH] Fix vertical ui-slider For page http://fezvrasta.github.io/bootstrap-material-design/#slider Not sure if there was a specific reason why this part of css was commented out, but uncommenting this fixes the vertical sliders --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index ce1ed189..148566d3 100644 --- a/index.css +++ b/index.css @@ -279,9 +279,9 @@ /*margin-bottom: 20px;*/ /*}*/ -/*#slider .sample2 {*/ - /*height: 150px;*/ -/*}*/ +#slider .sample2 { + height: 150px; +} /*#slider .sample2 .slider {*/ /*margin: 0 40px;*/