This commit is contained in:
41666 2024-04-06 14:29:46 -04:00
parent 14e88f0c77
commit 2a573a8c83
8 changed files with 249 additions and 1 deletions

View file

@ -0,0 +1,13 @@
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
index ddc45b81..492fc4b6 100644
--- a/src/components/global_notice_list/global_notice_list.vue
+++ b/src/components/global_notice_list/global_notice_list.vue
@@ -29,7 +29,7 @@
.global-notice-list {
position: fixed;
- top: 50px;
+ bottom: 5px;
width: 100%;
pointer-events: none;
z-index: 1001;