Fixed not visible elements in Components section

Added auto scrollbar for sidebar-nav
This commit is contained in:
Rubén de Celis Hernández
2016-09-12 16:36:05 +02:00
parent 4ff3be8877
commit 39063c20c4

View File

@@ -2,7 +2,7 @@
body { body {
padding-top: 50px; padding-top: 50px;
padding-bottom: 40px; padding-bottom: 40px;
margin-left: 200px !important; margin-left: 210px !important;
-webkit-transition: margin 500ms ease; -webkit-transition: margin 500ms ease;
-moz-transition: margin 500ms ease; -moz-transition: margin 500ms ease;
-ms-transition: margin 500ms ease; -ms-transition: margin 500ms ease;
@@ -62,13 +62,14 @@ body {
.sidebar-nav { .sidebar-nav {
position: fixed; position: fixed;
width: 200px; width: 210px;
left: 0px; left: 0px;
bottom: 0; bottom: 0;
top: 44px; top: 44px;
background: #464646; background: #464646;
padding: 9px 0; padding: 9px 0;
z-index: 10; z-index: 10;
overflow: auto;
-webkit-transition: all 500ms ease; -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease; -moz-transition: all 500ms ease;
-ms-transition: all 500ms ease; -ms-transition: all 500ms ease;
@@ -263,7 +264,7 @@ body.devpreview {
margin-left: 0px; } margin-left: 0px; }
.devpreview .sidebar-nav { .devpreview .sidebar-nav {
left: -200px; left: -210px;
-webkit-transition: all 0ms ease; -webkit-transition: all 0ms ease;
-moz-transition: all 0ms ease; -moz-transition: all 0ms ease;
-ms-transition: all 0ms ease; -ms-transition: all 0ms ease;