Skip to content

Commit b958f66

Browse files
committed
Change messages to position:sticky in Luma
1 parent c50b478 commit b958f66

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

view/base/web/css/source/_module.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
& when (@media-common = true) {
2+
.page.messages {
3+
position: sticky;
4+
top: 10px;
5+
z-index: 300;
6+
}
7+
28
.loki-messages {
39
button.close {
410
position: absolute;
@@ -9,9 +15,9 @@
915
background: none;
1016
border: none;
1117
width: 1.4rem;
12-
height: 1.4rem;
18+
height: auto;
1319
padding: 0;
14-
fill: #656565;
20+
opacity: 0.7;
1521
}
1622
}
1723
}

0 commit comments

Comments
 (0)