armansansd 2 years ago
parent
commit
8f15fe9c9a

+ 2 - 1
web/themes/custom/popsu/css/styles.css

@@ -2906,7 +2906,8 @@ article p, .paragraph p {
 
 .page-node-type-programme .block-region-third {
   z-index: 20;
-  position: relative; }
+  position: sticky;
+  top: 1rem; }
   @media print, screen and (max-width: 39.99875em) {
     .page-node-type-programme .block-region-third {
       margin-top: 1rem; } }

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 4 - 1
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -297,11 +297,14 @@
     .block-region-third{
        
         z-index: 20;
-        position: relative;
+        position: sticky;
+        top: 1rem;
         @include breakpoint(small down) {
             margin-top: 1rem;
         }
         #evenements-block_1{
+
+
             background-color: black;
             margin-bottom: 3rem;
             h2{

Some files were not shown because too many files changed in this diff