fix(frontend): fix toast positioning - move outside drawer, use fixed position
This commit is contained in:
@@ -37,8 +37,9 @@ pub fn App() -> impl IntoView {
|
||||
<Sidebar />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ToastContainer />
|
||||
</div>
|
||||
|
||||
// Toast container - outside drawer for correct fixed positioning
|
||||
<ToastContainer />
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user