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