Add upload button and create directory button to filesystem dashboard

This commit is contained in:
2024-09-10 15:22:26 +02:00
parent 75eda12d6c
commit 75b6c304b2
2 changed files with 62 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ const leave_confirmation = (e) => {
height: 0;
}
.upload_widget {
position: absolute;
position: fixed;
display: flex;
flex-direction: column;
width: 500px;