feat: added region color customization feature

This commit is contained in:
Xiaohan-Tian
2026-07-01 22:31:35 -07:00
parent e626e1fc76
commit 4f11fe8e25
31 changed files with 700 additions and 31 deletions
+16
View File
@@ -247,6 +247,22 @@
cursor: default;
}
.piano-roll-menu-item-wrapper {
position: relative;
}
.piano-roll-more-menu {
overflow: visible;
max-height: none;
}
.piano-roll-region-color-popup {
position: absolute;
top: calc(100% + 6px);
right: 0;
z-index: 1600;
}
.piano-roll-automation-toolbar-group {
display: flex;
align-items: center;