From 0a627ed61cf6fccb8d89d6b5e23677c2efb5db54 Mon Sep 17 00:00:00 2001 From: rdeiser Date: Tue, 31 Mar 2026 09:32:37 -0500 Subject: [PATCH] style(library-alerts-pannel.component.scss): add positioning elements to stack the alert box ontop of the otb background image --- .../library-alerts-pannel/library-alerts-pannel.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/library-alerts-pannel/library-alerts-pannel.component.scss b/src/app/library-alerts-pannel/library-alerts-pannel.component.scss index 2e4f8eb2..52bfdd90 100644 --- a/src/app/library-alerts-pannel/library-alerts-pannel.component.scss +++ b/src/app/library-alerts-pannel/library-alerts-pannel.component.scss @@ -11,6 +11,8 @@ display: flex; align-items: flex-start; gap: 16px; + position: sticky; + z-index: 1; } .alert-box:first-child {