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