coup de polish
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user