Skip to content

Commit 1fd560b

Browse files
committed
fix(client): fix notifications popup
1 parent e08458c commit 1fd560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/layouts/PagesLayout/MainToolbar/Notifications/NotificationsPopup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ref="notificationsMenu"
44
anchor="bottom middle"
55
self="top middle"
6-
style="width: 250px; display: flex; flex-direction: column"
6+
style="width: 250px"
77
@before-show="onBeforeShow()"
88
>
99
<template v-if="pagesStore().notifications.items.length === 0">

0 commit comments

Comments
 (0)