This commit is contained in:
2024-07-01 12:26:37 +02:00
parent b32487c269
commit 09cd038feb
6 changed files with 65 additions and 47 deletions
+5 -5
View File
@@ -170,6 +170,8 @@
}
.layout-content {
position: relative;
top: 110px;
order: 2;
padding-top: 3rem;
padding-bottom: 6rem;
@@ -295,8 +297,7 @@ header {
z-index: 101;
width: 100vw;
max-width: 100vw;
position: -webkit-sticky;
position: sticky;
position: fixed;
top: 0;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@@ -2584,11 +2585,10 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
position: relative;
}
.page-programme .layout__region--first .block-region-first {
padding-left: 20%;
padding-left: 3rem;
display: flex;
justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
position: fixed;
top: 10rem;
}
.page-programme .layout__region--first .block-region-first > .block-block-content {