Skip to content

Commit

Permalink
Merge pull request #799 from AnTheMaker/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Oct 9, 2022
2 parents 5fc82df + 4355485 commit 2f5cc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
in:fade={{ duration: 100 }}
out:fade={{ duration: 100 }}
id="account-info-panel"
class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center"
class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center z-[100]"
use:clickOutside
on:out-click={() => (shouldShowAccountInfoPanel = false)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<div
id="immich-scrubbable-scrollbar"
class="fixed right-0 bg-immich-bg z-[999] hover:cursor-row-resize select-none "
class="fixed right-0 bg-immich-bg z-[50] hover:cursor-row-resize select-none "
style:width={isDragging ? '100vw' : '60px'}
style:background-color={isDragging ? 'transparent' : 'transparent'}
on:mouseenter={() => (isHover = true)}
Expand Down

0 comments on commit 2f5cc30

Please sign in to comment.