mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: more z-index issue (#18598)
* fix: search suggestion * fix: play icon lay on top of the search bar
This commit is contained in:
parent
911c877e72
commit
4743a085f1
4 changed files with 35 additions and 35 deletions
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
<svelte:window bind:innerWidth />
|
||||
|
||||
<nav id="dashboard-navbar" class="max-md:h-(--navbar-height-md) h-(--navbar-height) w-dvw text-sm overflow-hidden">
|
||||
<nav id="dashboard-navbar" class="max-md:h-(--navbar-height-md) h-(--navbar-height) w-dvw text-sm">
|
||||
<SkipLink text={$t('skip_to_content')} />
|
||||
<div
|
||||
class="grid h-full grid-cols-[--spacing(32)_auto] items-center py-2 sidebar:grid-cols-[--spacing(64)_auto] {noBorder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue