mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
fix: Property zIndex does not exist on type CSSProperties
This commit is contained in:
@@ -55,7 +55,7 @@ export type PopperProps = {
|
||||
anchorClassName?: string;
|
||||
|
||||
// Popover z-index
|
||||
zIndex?: CSSProperties['zIndex'];
|
||||
zIndex?: number;
|
||||
|
||||
offset?: [number, number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user