Skip to content

Commit 9d9cfed

Browse files
committed
better, but not fixed yet
1 parent 11370ef commit 9d9cfed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/daw-multitrack.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
.multitrack-editor .main-controls-row {
4949
min-height: 45px;
5050
max-height: 45px;
51-
overflow: hidden;
51+
overflow: visible;
5252
padding: 0.25rem 0;
5353
}
5454

5555
.multitrack-editor .main-controls-row .d-flex {
5656
flex-wrap: nowrap;
57-
overflow: hidden;
57+
overflow: visible;
5858
}
5959

6060
/* Compact Button Styling */
@@ -126,7 +126,7 @@
126126
.multitrack-editor .controls-right {
127127
flex: 0 0 auto;
128128
max-width: 35%;
129-
overflow: hidden;
129+
overflow: visible;
130130
}
131131

132132
/* Toolbar button styles */

0 commit comments

Comments
 (0)