From ab6e50c28f3bd9f03110f29d7230870d2dc8c982 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 5 Jun 2025 09:36:54 +0200 Subject: [PATCH] top filters --- web/themes/custom/eql/dist/assets/css/bundle.css | 2 +- web/themes/custom/eql/scss/pages/ressources.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index e385169..1d17c74 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5421,7 +5421,7 @@ svg.ext { .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters { position: sticky; align-self: start; - top: 21rem; + top: 23rem; left: 0; background-color: rgb(255, 255, 255); margin-bottom: 5rem; diff --git a/web/themes/custom/eql/scss/pages/ressources.scss b/web/themes/custom/eql/scss/pages/ressources.scss index 66d021f..70ea6e9 100644 --- a/web/themes/custom/eql/scss/pages/ressources.scss +++ b/web/themes/custom/eql/scss/pages/ressources.scss @@ -143,7 +143,7 @@ .view-filters{ position: sticky; align-self: start; - top: 21rem; + top: 23rem; left: 0; background-color: $white; margin-bottom: 5rem;