mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix #734 move controls popup above source panel
This commit is contained in:
@@ -340,7 +340,7 @@ main > .controls {
|
||||
margin-left: auto;
|
||||
position: sticky;
|
||||
top: 68px;
|
||||
z-index: 1;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.sounds-controls > *:not(:last-child),
|
||||
@@ -1116,6 +1116,8 @@ main.has-project {
|
||||
right: 0;
|
||||
margin-top: 8px;
|
||||
z-index: 10;
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
|
||||
Reference in New Issue
Block a user