12 lines
176 B
CSS
12 lines
176 B
CSS
.sitewideAlert {
|
|
width: 100%;
|
|
z-index: var(--header-z-index);
|
|
position: relative;
|
|
}
|
|
|
|
.alarm {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: calc(var(--header-z-index) + 1);
|
|
}
|