Refactor React to use routing

This commit is contained in:
SethBurkart123
2023-11-26 13:25:27 +11:00
parent 7ff12c1513
commit 5cc3fee217
7 changed files with 24 additions and 42 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;
}