style(mindmap): improve layout of node menu

pull/727/head
Elian Doran 2024-12-08 17:15:39 +07:00
parent 1648a40e57
commit d880771df6
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

@ -19,8 +19,10 @@ const TPL = `
.mind-elixir .node-menu { .mind-elixir .node-menu {
position: absolute; position: absolute;
top: 60px;
right: 20px; right: 20px;
top: 20px; bottom: 80px;
overflow: auto;
background: #fff; background: #fff;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 1px 2px #0003; box-shadow: 0 1px 2px #0003;