mirror of https://github.com/exacti/Toast.git
parent
58eb0521be
commit
e95321f50c
3 changed files with 93 additions and 2 deletions
@ -0,0 +1,16 @@ |
||||
#toast-container { |
||||
position: sticky; |
||||
z-index: 1055; |
||||
top: 0; |
||||
} |
||||
|
||||
#toast-wrapper { |
||||
position: absolute; |
||||
top: 0; |
||||
right: 0; |
||||
margin: 5px; |
||||
} |
||||
|
||||
.toast { |
||||
min-width: 150px; |
||||
} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue