Fix skip profile menu appearing behind your work box

Fixes #2359
This commit is contained in:
Ajay
2025-10-14 15:10:33 -04:00
parent 03dc749440
commit b59241cb08

View File

@@ -321,6 +321,8 @@
justify-content: space-evenly;
display: flex;
position: relative;
z-index: 1;
}
.sbControlsMenu-item {
display: flex;