sprinklers3/client/styles/MessagesView.scss

11 lines
154 B
SCSS
Raw Normal View History

.messages {
position: fixed;
bottom: 1em;
left: 1em;
right: 1em;
padding-left: 0;
z-index: 1000;
display: flex;
flex-direction: column;
}