mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-18 07:58:40 +01:00
frontend: update style (fix button appearance)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user