Skip to content

Commit

Permalink
fix: possible height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Jan 10, 2025
1 parent e0a0aaa commit 3fe35d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/extension/src/routes/popup/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const PopupIndex = () => {

return (
<>
<div className='fixed inset-0 h-full bg-logoImg bg-[left_-180px] bg-no-repeat pointer-events-none' />
<div className='fixed inset-0 h-full bg-logo pointer-events-none' />
<div className='fixed top-0 left-0 w-screen h-screen bg-logoImg bg-[left_-180px] bg-no-repeat pointer-events-none' />
<div className='fixed top-0 left-0 w-screen h-screen bg-logo pointer-events-none' />

<div className='z-[1] flex flex-col h-full'>
<BlockSync />
Expand Down

0 comments on commit 3fe35d9

Please sign in to comment.