frontend: update style (fix button appearance)

This commit is contained in:
Mose Müller
2023-11-09 17:10:21 +01:00
parent dc1c7e80f4
commit 3cc6399f60
13 changed files with 38 additions and 26 deletions

View File

@@ -25,10 +25,7 @@ export const Notifications = React.memo((props: NotificationProps) => {
} = props;
return (
<ToastContainer
className="navbarOffset toastContainer"
position="top-end"
style={{ position: 'fixed' }}>
<ToastContainer className="navbarOffset toastContainer" position="top-end">
{showNotification &&
notifications.map((notification) => (
<Toast