fixed notification containers z-index

This commit is contained in:
2025-10-13 14:39:01 +02:00
parent b6fd57dfc7
commit e015a9a651

View File

@@ -60,9 +60,9 @@ const NotificationContainer: React.FC = () => {
return ( return (
<div style={{ <div style={{
position: 'fixed', position: 'fixed',
top: '20px', top: '90px', // Changed from 20px to 90px to account for header height
right: '20px', right: '20px',
zIndex: 1000 zIndex: 9999 // Increased from 1000 to 9999
}}> }}>
{notifications.map(notification => ( {notifications.map(notification => (
<div <div