clean up storageListeners + fix popup

This commit is contained in:
SethBurkart123
2023-09-29 07:01:51 +10:00
parent cbb2da01b5
commit 6cd1e59fa7
4 changed files with 80 additions and 69 deletions
+10
View File
@@ -9,4 +9,14 @@
.hide {
opacity: 0;
pointer-events: none;
}
.outside-container {
margin: 0;
overflow: hidden;
position: absolute;
right: 10px;
top: 80px;
height: 590px;
z-index: 20;
}