armansansd 3 년 전
부모
커밋
8f15fe9c9a
3개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      web/themes/custom/popsu/css/styles.css
  2. 0 0
      web/themes/custom/popsu/css/styles.css.map
  3. 4 1
      web/themes/custom/popsu/sass/pages/_programme.scss

+ 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; } }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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{

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.