enhanced scheduler to support one-time jobs, fixed pager component so that top/bottom have consistent UX, fixed Blazor theme z-index issues caused by input-group in Bootstrap 5, improved password reset instructions in email notification

This commit is contained in:
Shaun Walker
2022-01-10 19:58:58 -05:00
parent efcfc0783c
commit 51b356cc0e
11 changed files with 167 additions and 139 deletions

View File

@ -137,7 +137,7 @@
position: fixed;
left: 275px;
top: 15px;
z-index: 3
z-index: 6
}
.sidebar {
@ -145,13 +145,13 @@
height: 100vh;
position: sticky;
top: 0;
z-index: 1
z-index: 4
}
.main .top-row {
position: sticky;
top: 0;
z-index: 2
z-index: 5
}
.main > div {
@ -207,7 +207,7 @@
top: 150px;
width: 100%;
left: 0;
z-index: 1;
z-index: 4;
}
.sidebar {