From 5a0813fe7fa7e29b0cb4d172645370d899da2d87 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 31 May 2022 15:34:44 -0500 Subject: [PATCH] fix(lint): line length --- website/client/src/components/snackbars/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/snackbars/notifications.vue b/website/client/src/components/snackbars/notifications.vue index 089bdeb8ae..30bd8d73e9 100644 --- a/website/client/src/components/snackbars/notifications.vue +++ b/website/client/src/components/snackbars/notifications.vue @@ -27,7 +27,7 @@ position: fixed; right: 10px; width: 350px; - z-index: 9999; // Our z-indexes are fairly scattered. Using this for now to keep it above modal overlays. + z-index: 9999; // to keep it above modal overlays top: var(--current-scrollY);