Skip to content

Commit d144b9a

Browse files
authored
Merge pull request #26 from kstatelibraries/alertBox
style(library-alerts-pannel.component.scss): add positioning elements…
2 parents 919a189 + 0a627ed commit d144b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/library-alerts-pannel/library-alerts-pannel.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
display: flex;
1212
align-items: flex-start;
1313
gap: 16px;
14+
position: sticky;
15+
z-index: 1;
1416
}
1517

1618
.alert-box:first-child {

0 commit comments

Comments
 (0)