fix(front): clickable sidebar

This commit is contained in:
ArneBo 2025-03-28 12:59:54 +01:00
parent 4395ba2bc8
commit edeb7ace7e
1 changed files with 1 additions and 2 deletions

View File

@ -460,10 +460,9 @@ const moderationNotifications = computed(() =>
:global(.hide-on-mobile) {
max-height: 0px;
min-height: 0px;
overflow: hidden;
transition: all .8s;
pointer-events: none;
display: none;
}
@media screen and (min-width: 1024px) {