pl-fe: overflow fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-07 23:36:24 +01:00
parent 79711d83bb
commit 8cf1e41d5e

View File

@ -57,7 +57,7 @@ const AccountCard: React.FC<IAccountCard> = ({ id }) => {
</div>
)}
<div className='absolute bottom-0 right-3 translate-y-1/2'>
<div className='absolute bottom-0 right-3 z-[1] translate-y-1/2'>
<ActionButton account={account} small />
</div>