web/satellite/vuetify-poc: fix offscreen notifications

This change fixes an issue where notifications would display above the
viewport if the page was scrolled down. Now, notifications are fixed to
the top-right corner of the viewport.

Change-Id: I4d55b7d149b889e7b41e2f245ff8547e998877fc
This commit is contained in:
Jeremy Wharton 2023-08-14 20:34:30 -05:00 committed by Storj Robot
parent d0f5f06159
commit 93ce4a0e49

View File

@ -8,7 +8,6 @@
location="top right"
z-index="99999"
variant="text"
contained
>
<v-alert
v-for="item in notifications"