diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 9c05274dd..9e59965b8 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -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) {