fix bg color picker rendered behind shape menu (#1445)
* fix bg color picker rendered behind shape menu * add comment
This commit is contained in:
@ -125,7 +125,9 @@ export const LayerUI = React.memo(
|
||||
<div className="App-menu App-menu_top">
|
||||
<Stack.Col gap={4}>
|
||||
<Section heading="canvasActions">
|
||||
<Island padding={4}>
|
||||
{/* the zIndex ensures this menu has higher stacking order,
|
||||
see https://github.com/excalidraw/excalidraw/pull/1445 */}
|
||||
<Island padding={4} style={{ zIndex: 1 }}>
|
||||
<Stack.Col gap={4}>
|
||||
<Stack.Row gap={1} justifyContent={"space-between"}>
|
||||
{actionManager.renderAction("loadScene")}
|
||||
|
Reference in New Issue
Block a user