mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix bg color picker rendered behind shape menu (#1445)
* fix bg color picker rendered behind shape menu * add comment
This commit is contained in:
parent
c35d76cb4c
commit
8cfc64a3ab
3 changed files with 7 additions and 3 deletions
|
@ -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")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue