jude/react-dashboard #3

Merged
jude merged 6 commits from jude/react-dashboard into current 2023-12-22 16:58:31 +00:00
2 changed files with 7 additions and 8 deletions
Showing only changes of commit 0419863afa - Show all commits

@ -1 +1 @@
Subproject commit d5f1a2e3a1a226743e17bcf5ad42fc46d232e41f Subproject commit 8ba7a39ce532907b845c54dd3b54bf2a4c7a04e9

View File

@ -218,17 +218,16 @@ div.inset-content {
margin-right: 10%; margin-right: 10%;
} }
div.flash-message { div.flash-container {
position: fixed; position: fixed;
width: 100%;
bottom: 0;
}
div.flash-message {
width: calc(100% - 32px); width: calc(100% - 32px);
margin: 16px !important; margin: 16px !important;
z-index: 99; z-index: 99;
bottom: 0;
display: none;
}
div.flash-message.is-active {
display: block;
} }
body { body {