mirror of https://github.com/exacti/Toast.git
Toast - A Bootstrap 4.2+ jQuery plugin for the toast component
https://github.com/exacti/Toast
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
209 B
16 lines
209 B
6 years ago
|
#toast-container {
|
||
|
position: sticky;
|
||
|
z-index: 1055;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
#toast-wrapper {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.toast {
|
||
|
min-width: 150px;
|
||
|
}
|