style(mindmap): improve layout of node menu

This commit is contained in:
Elian Doran 2024-12-08 17:15:39 +02:00
parent 1648a40e57
commit d880771df6
No known key found for this signature in database

View File

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