Compact tasks hero and harden sticky toolbar
This commit is contained in:
@@ -551,6 +551,12 @@ html.guest-theme.dark {
|
||||
animation: admin-fade-up 220ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
|
||||
}
|
||||
|
||||
.admin-sticky-toolbar {
|
||||
position: sticky;
|
||||
top: calc(env(safe-area-inset-top, 0px) + 76px);
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.admin-fade-up {
|
||||
animation: none;
|
||||
|
||||
Reference in New Issue
Block a user