Fix competiting zIndex values between the Canvas Header and the Avatar dropdown menu
This commit is contained in:
@@ -70,7 +70,7 @@ export function DashboardCanvas({ layout, setLayout, onLayoutChange }) {
|
||||
as="header"
|
||||
position="sticky"
|
||||
top="0"
|
||||
zIndex="banner"
|
||||
zIndex="dropdown" // zIndex: 1100
|
||||
bg="base200"
|
||||
px={6}
|
||||
py={3}
|
||||
|
||||
Reference in New Issue
Block a user