mirror of https://github.com/espruino/BangleApps
Ensure progress toast is visible above modal dialogs
parent
57a9dd027f
commit
24ab25bb53
|
@ -54,7 +54,7 @@ a.btn.btn-link.dropdown-toggle {
|
|||
#toastcontainer {
|
||||
position:fixed;
|
||||
bottom:8px;left:0px;right:0px;
|
||||
z-index: 100;
|
||||
z-index: 500;
|
||||
}
|
||||
.hero {
|
||||
padding-bottom: 1rem;
|
||||
|
|
Loading…
Reference in New Issue