feature: general layou : clean

This commit is contained in:
gaelle morin
2020-11-24 00:24:51 +01:00
parent 8468763fc4
commit 700692b1ab
4 changed files with 12 additions and 18 deletions

View File

@ -466,4 +466,3 @@ solid-notifications {
display: none;
}
}

View File

@ -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;*/
}
}

View File

@ -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';