fix toast
This commit is contained in:
@@ -127,4 +127,24 @@ pre {
|
||||
|
||||
#global-loading.show {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-fixed-anchor {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 2000;
|
||||
padding: .75rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.toast-fixed-anchor .toast-container {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
align-items: end;
|
||||
gap: .5rem;
|
||||
}
|
||||
|
||||
.toast-fixed-anchor .toast {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user