coup de polish

This commit is contained in:
Valentin
2024-11-08 06:12:36 +01:00
parent 217b84c755
commit cd3b47e913
15 changed files with 265 additions and 168 deletions

View File

@@ -6,21 +6,37 @@
}
} */
body {
//background-color: lightgrey;
> .dialog-off-canvas-main-canvas {
height: 100vh;
overflow: scroll;
.layout-container {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
//height: 100%;
header {
z-index: 2;
}
main {
z-index: 1;
padding: 0.5rem;
@media screen and (min-width: $breakpoint_tablet) {
padding: 0;
}
}
footer {
z-index: 0;
}
#background {
z-index: -1;
}
}
overflow-x: hidden;
}
html {
overflow-x: hidden;
overflow: hidden;
}
.layout-container {
display: flex;
}
main:has(#block-erabletheme-leprogramme-2),
main:has(#block-erabletheme-views-block-projets-block-1) {