push new update, + Notices UI fixes

This commit is contained in:
SethBurkart123
2023-11-24 17:19:11 +11:00
parent 8c9d36f4d6
commit 9527853606
58 changed files with 499 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
.hide {
opacity: 0;
pointer-events: none;
}
.outside-container {
margin: 0;
overflow: hidden;
position: absolute;
right: 10px;
top: 80px;
height: 590px;
z-index: 20;
}