mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 05:55:21 +08:00
Update app-div style in App.tsx
This commit is contained in:
@ -102,7 +102,7 @@ export default function App() {
|
||||
)}
|
||||
</ErrorBoundary>
|
||||
<div></div>
|
||||
<div className="app-div" style={{ zIndex: 999 }}>
|
||||
<div className="app-div z-40">
|
||||
{tempNotificationList.map((alert) => (
|
||||
<div key={alert.id}>
|
||||
{alert.type === "error" ? (
|
||||
|
||||
Reference in New Issue
Block a user