Skip to content

Commit

Permalink
fix:positioning of the toast notification
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed May 26, 2024
1 parent acfe436 commit c689775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/Base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NotificationProvider } from '@/providers/notificationProvider';
import styles from './layouts.module.css';

const BaseLayout: FC<PropsWithChildren> = ({ children }) => (
<NotificationProvider viewportClassName="absolute bottom-0 right-0 list-none">
<NotificationProvider viewportClassName="fixed bottom-0 right-0 list-none">
<NavigationStateProvider>
<div className={styles.baseLayout}>{children}</div>
</NavigationStateProvider>
Expand Down

0 comments on commit c689775

Please sign in to comment.