diff --git a/docs/styleguide/styles/30-layouts-card-list-page.css b/docs/styleguide/styles/30-layouts-card-list-page.css index 94f8ba1..dd0e6e2 100644 --- a/docs/styleguide/styles/30-layouts-card-list-page.css +++ b/docs/styleguide/styles/30-layouts-card-list-page.css @@ -7,6 +7,21 @@ flex-direction: column; } +.sg-card-list-page-drawer-backdrop { + position: fixed; + inset: 0; + background: rgba(0, 0, 0, 0.45); + opacity: 0; + pointer-events: none; + transition: opacity 220ms ease; + z-index: 999; +} + +.sg-card-list-page-drawer-backdrop[data-open="true"] { + opacity: 1; + pointer-events: auto; +} + .sg-card-list-page-drawer { position: fixed; top: 0; @@ -183,4 +198,3 @@ margin: 0; color: var(--text-vsf-drawer-object-card-body); } - diff --git a/modules/shared/auth/ui/home.php b/modules/shared/auth/ui/home.php index a60d40e..f98cf25 100644 --- a/modules/shared/auth/ui/home.php +++ b/modules/shared/auth/ui/home.php @@ -162,6 +162,7 @@ function auth_render_bestellungen_large_table(array $bestellungenTable): string $html[] = ''; $html[] = ''; + $html[] = ''; $html[] = '