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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user