We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11370ef commit 9d9cfedCopy full SHA for 9d9cfed
1 file changed
styles/daw-multitrack.css
@@ -48,13 +48,13 @@
48
.multitrack-editor .main-controls-row {
49
min-height: 45px;
50
max-height: 45px;
51
- overflow: hidden;
+ overflow: visible;
52
padding: 0.25rem 0;
53
}
54
55
.multitrack-editor .main-controls-row .d-flex {
56
flex-wrap: nowrap;
57
58
59
60
/* Compact Button Styling */
@@ -126,7 +126,7 @@
126
.multitrack-editor .controls-right {
127
flex: 0 0 auto;
128
max-width: 35%;
129
130
131
132
/* Toolbar button styles */
0 commit comments