fix(front): clickable sidebar
This commit is contained in:
parent
4395ba2bc8
commit
edeb7ace7e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue