Remove the shadow and the opening delay for the "Main Menu -> Advanced" submenu in mobile view

This commit is contained in:
Adorian Doran 2024-11-20 14:18:17 +02:00
parent 85b507938b
commit 281b81ee60

View File

@ -100,6 +100,8 @@ const TPL = `
position: relative;
left: 0;
top: 5px;
--dropdown-shadow-opacity: 0;
--submenu-opening-delay: 0;
}
</style>