astute/AstuteClient2/src/app/services/toast-manager/toasts-container/toasts-container.component.css
2019-07-13 21:16:39 -04:00

7 lines
94 B
CSS

:host {
position: fixed;
top: 0;
right: 0;
margin: 0.5em;
z-index: 1200;
}