We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2131b commit d6eda9cCopy full SHA for d6eda9c
1 file changed
frontend/src/components/shared/NavBarBell.vue
@@ -18,6 +18,8 @@
18
'h-48': notifications.length > 3,
19
'absolute': true,
20
'top-0': true,
21
+ 'right-0': true,
22
+ 'sm:right-auto': true,
23
'mt-10': true,
24
'z-50': true,
25
'rounded-md': true}">
0 commit comments