11 lines
154 B
SCSS
11 lines
154 B
SCSS
.messages {
|
|
position: fixed;
|
|
bottom: 1em;
|
|
left: 1em;
|
|
right: 1em;
|
|
padding-left: 0;
|
|
z-index: 1000;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|