feature: general layou : clean
This commit is contained in:
@ -466,4 +466,3 @@ solid-notifications {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -347,12 +347,12 @@ solid-dashboard section {
|
||||
}*/
|
||||
|
||||
.left-menu {
|
||||
grid-area: leftmenu;
|
||||
/*grid-area: leftmenu;*/
|
||||
|
||||
@include breakpoint(lg) {
|
||||
height: calc(100vh - 83px); /* 83px = nav height */
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: calc(100vh - 72px); /* 72px = nav height */
|
||||
/*position: sticky;
|
||||
top: 0;*/
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
@ -382,14 +382,14 @@ solid-dashboard section {
|
||||
}
|
||||
|
||||
.content {
|
||||
grid-area: content;
|
||||
/*grid-area: content;*/
|
||||
|
||||
@include breakpoint(lg) {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 83px);
|
||||
overflow-x: hidden;
|
||||
/*position: sticky;
|
||||
top: 0;*/
|
||||
/*overflow-y: auto;*/
|
||||
height: calc(100vh - 72px);
|
||||
/*overflow-x: hidden;*/
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,11 +12,6 @@
|
||||
@import 'base/about';
|
||||
|
||||
#viewport {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
/*height: auto;
|
||||
min-height: 100vh;*/
|
||||
overflow-y: auto;
|
||||
@import 'components/index';
|
||||
@import 'layout/members/index';
|
||||
@import 'layout/job-offers/index';
|
||||
|
Reference in New Issue
Block a user