File tree Expand file tree Collapse file tree 7 files changed +11
-13
lines changed
Expand file tree Collapse file tree 7 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " Open Source Bootstrap Admin Template" ,
55 "author" : " Łukasz Holeczek" ,
66 "homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change @@ -338,17 +338,16 @@ app-root {
338338 }
339339 }
340340
341- .sidebar ,
342- .sidebar-fixed .sidebar {
341+ .sidebar {
343342 position : fixed ;
344343 z-index : $zindex-sticky - 1 ;
345344 width : $mobile-sidebar-width ;
346- // height: 100% ;
345+ height : calc ( 100 vh - #{ $navbar-height } ) ;
347346 margin-left : - $mobile-sidebar-width ;
348347
349348 .sidebar-nav ,
350349 .nav {
351- width : $mobile-sidebar-width !important ;
350+ width : $mobile-sidebar-width ;
352351 min-height : calc (100vh - #{$navbar-height } );
353352 }
354353
Original file line number Diff line number Diff line change 11/* !
22 * CoreUI - Open Source Bootstrap Admin Template
3- * @version v1.0.4
3+ * @version v1.0.5
44 * @link http://coreui.io
55 * Copyright (c) 2017 creativeLabs Łukasz Holeczek
66 * @license MIT
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " Open Source Bootstrap Admin Template" ,
55 "author" : " Łukasz Holeczek" ,
66 "homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change @@ -338,17 +338,16 @@ app-root {
338338 }
339339 }
340340
341- .sidebar ,
342- .sidebar-fixed .sidebar {
341+ .sidebar {
343342 position : fixed ;
344343 z-index : $zindex-sticky - 1 ;
345344 width : $mobile-sidebar-width ;
346- // height: 100% ;
345+ height : calc ( 100 vh - #{ $navbar-height } ) ;
347346 margin-left : - $mobile-sidebar-width ;
348347
349348 .sidebar-nav ,
350349 .nav {
351- width : $mobile-sidebar-width !important ;
350+ width : $mobile-sidebar-width ;
352351 min-height : calc (100vh - #{$navbar-height } );
353352 }
354353
Original file line number Diff line number Diff line change 11/* !
22 * CoreUI - Open Source Bootstrap Admin Template
3- * @version v1.0.4
3+ * @version v1.0.5
44 * @link http://coreui.io
55 * Copyright (c) 2017 creativeLabs Łukasz Holeczek
66 * @license MIT
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " Open Source React Admin Template" ,
55 "main" : " " ,
66 "homepage" : " http://coreui.io/react/" ,
You can’t perform that action at this time.
0 commit comments