Merged in feat/sw-3416-add-sitewidealert-to-partner-sas (pull request #2773)

feat(SW-3416): Add SiteWideAlert to partner-sas

* Add SiteWideAlert to partner-sas

* Remove log


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-09-09 10:00:25 +00:00
parent e68b029078
commit 4550ddec53
3 changed files with 102 additions and 0 deletions
@@ -0,0 +1,11 @@
.sitewideAlert {
width: 100%;
z-index: var(--header-z-index);
position: relative;
}
.alarm {
position: sticky;
top: 0;
z-index: calc(var(--header-z-index) + 1);
}