Explorar o código

page static region third not sticky

ouidade %!s(int64=3) %!d(string=hai) anos
pai
achega
5000390f23

+ 1 - 4
web/themes/custom/eql/css-compiled/styles.css

@@ -258,10 +258,7 @@ a {
     margin-top: 1rem;
     display: flex;
     flex-direction: column;
-    width: 70%;
-    position: -webkit-sticky;
-    position: sticky;
-    top: 9rem; }
+    width: 70%; }
     @media (max-width: 810px) {
       .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
         margin: auto; } }

+ 3 - 3
web/themes/custom/eql/scss/pages/_static.scss

@@ -122,9 +122,9 @@
                         display: flex;
                         flex-direction: column;
                         width: 70%;
-                        position: -webkit-sticky;
-                        position: sticky;
-                        top: 9rem; 
+                        // position: -webkit-sticky;
+                        // position: sticky;
+                        // top: 9rem; 
                         @media (max-width: 810px){
                             margin: auto;
                         }