File tree 7 files changed +11
-13
lines changed
7 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Open Source Bootstrap Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change @@ -338,17 +338,16 @@ app-root {
338
338
}
339
339
}
340
340
341
- .sidebar ,
342
- .sidebar-fixed .sidebar {
341
+ .sidebar {
343
342
position : fixed ;
344
343
z-index : $zindex-sticky - 1 ;
345
344
width : $mobile-sidebar-width ;
346
- // height: 100% ;
345
+ height : calc ( 100 vh - #{ $navbar-height } ) ;
347
346
margin-left : - $mobile-sidebar-width ;
348
347
349
348
.sidebar-nav ,
350
349
.nav {
351
- width : $mobile-sidebar-width !important ;
350
+ width : $mobile-sidebar-width ;
352
351
min-height : calc (100vh - #{$navbar-height } );
353
352
}
354
353
Original file line number Diff line number Diff line change 1
1
/* !
2
2
* CoreUI - Open Source Bootstrap Admin Template
3
- * @version v1.0.4
3
+ * @version v1.0.5
4
4
* @link http://coreui.io
5
5
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
6
6
* @license MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Open Source Bootstrap Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change @@ -338,17 +338,16 @@ app-root {
338
338
}
339
339
}
340
340
341
- .sidebar ,
342
- .sidebar-fixed .sidebar {
341
+ .sidebar {
343
342
position : fixed ;
344
343
z-index : $zindex-sticky - 1 ;
345
344
width : $mobile-sidebar-width ;
346
- // height: 100% ;
345
+ height : calc ( 100 vh - #{ $navbar-height } ) ;
347
346
margin-left : - $mobile-sidebar-width ;
348
347
349
348
.sidebar-nav ,
350
349
.nav {
351
- width : $mobile-sidebar-width !important ;
350
+ width : $mobile-sidebar-width ;
352
351
min-height : calc (100vh - #{$navbar-height } );
353
352
}
354
353
Original file line number Diff line number Diff line change 1
1
/* !
2
2
* CoreUI - Open Source Bootstrap Admin Template
3
- * @version v1.0.4
3
+ * @version v1.0.5
4
4
* @link http://coreui.io
5
5
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
6
6
* @license MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Open Source React Admin Template" ,
5
5
"main" : " " ,
6
6
"homepage" : " http://coreui.io/react/" ,
You can’t perform that action at this time.
0 commit comments