fix bug with draggable items showing sub menu's

This commit is contained in:
SethBurkart123
2023-11-24 07:53:17 +11:00
parent f411095a36
commit b704486b10
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -158,8 +158,11 @@ ul.magicDelete > li.deleting {
margin-bottom: 8px !important;
width: 85% !important;
}
li.item.draggable {
.item.draggable {
width: 100% !important;
> .sub {
display: none !important;
}
}
#menu li.active > .sub > ul > .item {
box-shadow: inset 3px 0 var(--item-colour, transparent);
+1
View File
@@ -22,6 +22,7 @@ html.transparencyEffects {
}
/* Blurs */
.draggable,
.BasicPanel__BasicPanel___1GP6s,
.message.addMessage,
.singleSelect,