From f6586a1a78aba034917586933341d48c79e77d1a Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Thu, 23 Jan 2025 11:58:10 +0100 Subject: [PATCH] feat: Add Sticky Style Behavior for Top Banner Site Sections - MEED-8196 - Meeds-io/MIPs#175 --- .../src/main/webapp/skin/less/core/layout/pagelayout.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform-ui-skin/src/main/webapp/skin/less/core/layout/pagelayout.less b/platform-ui-skin/src/main/webapp/skin/less/core/layout/pagelayout.less index 8f1a1a431..f11f00def 100644 --- a/platform-ui-skin/src/main/webapp/skin/less/core/layout/pagelayout.less +++ b/platform-ui-skin/src/main/webapp/skin/less/core/layout/pagelayout.less @@ -252,6 +252,10 @@ } } +.site-scroll-top .layout-banner-top-section.layout-sticky-section { + box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3); +} + @media (min-width: @minTabletWidth) { .VuetifyApp .v-application .layout-sticky-application .flex-cell > :last-of-type { position: sticky;