Skip to content

Commit

Permalink
fix(web): asset viewer dynamic size (#11697)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Aug 11, 2024
1 parent ca775ab commit 34c4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/asset-viewer/asset-viewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

<section
id="immich-asset-viewer"
class="fixed left-0 top-0 z-[1001] grid h-screen w-screen grid-cols-4 grid-rows-[64px_1fr] overflow-hidden bg-black"
class="fixed left-0 top-0 z-[1001] grid size-full grid-cols-4 grid-rows-[64px_1fr] overflow-hidden bg-black"
use:focusTrap
>
<!-- Top navigation bar -->
Expand Down

0 comments on commit 34c4fbf

Please sign in to comment.