Skip to content

Commit 123ef47

Browse files
committed
Fix #734 move controls popup above source panel
1 parent 8d610a3 commit 123ef47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles/global.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ main > .controls {
340340
margin-left: auto;
341341
position: sticky;
342342
top: 68px;
343-
z-index: 1;
343+
z-index: 4;
344344
}
345345

346346
.sounds-controls > *:not(:last-child),
@@ -1116,6 +1116,8 @@ main.has-project {
11161116
right: 0;
11171117
margin-top: 8px;
11181118
z-index: 10;
1119+
max-height: 300px;
1120+
overflow-y: auto;
11191121
}
11201122

11211123
.btn-group {

0 commit comments

Comments
 (0)