From 5000390f23ca67fbc9ba6a4082c53d1401eda4b5 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 28 Jan 2022 15:13:08 +0100 Subject: [PATCH] page static region third not sticky --- web/themes/custom/eql/css-compiled/styles.css | 5 +---- web/themes/custom/eql/scss/pages/_static.scss | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index a6428ce..57e9aa2 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/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; } } diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 526813d..d4b0a32 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/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; }