diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 5d59eb13b..9c05274dd 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -460,7 +460,10 @@ const moderationNotifications = computed(() => :global(.hide-on-mobile) { max-height: 0px; + overflow: hidden; + transition: all .8s; pointer-events: none; + display: none; } @media screen and (min-width: 1024px) { @@ -472,7 +475,7 @@ const moderationNotifications = computed(() => :global(.hide-on-mobile) { max-height: 100dvh; - transition: all .8s; + pointer-events: unset; } &.sticky-content {