Skip to content

Commit 10c25a8

Browse files
committed
Change z-index for messages from 100 to 50
1 parent a2c4e80 commit 10c25a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.page.messages {
33
position: sticky;
44
top: 10px;
5-
z-index: 100;
5+
z-index: 50;
66
}
77

88
.loki-messages {

0 commit comments

Comments
 (0)