Update to 1.0.5

This commit is contained in:
Łukasz Holeczek
2017-11-13 11:38:39 +01:00
parent dd05ddee61
commit a1db02c4d0
12 changed files with 39 additions and 30 deletions
+3 -4
View File
@@ -338,17 +338,16 @@ app-root {
}
}
.sidebar,
.sidebar-fixed .sidebar {
.sidebar {
position: fixed;
z-index: $zindex-sticky - 1;
width: $mobile-sidebar-width;
// height: 100%;
height: calc(100vh - #{$navbar-height});
margin-left: - $mobile-sidebar-width;
.sidebar-nav,
.nav {
width: $mobile-sidebar-width !important;
width: $mobile-sidebar-width;
min-height: calc(100vh - #{$navbar-height});
}
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.4
* @version v1.0.5
* @link http://coreui.io
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
* @license MIT