dropdown menu base

This commit is contained in:
Verena Schulz
2025-11-04 17:51:39 +01:00
parent 4686d17ad9
commit 5d9e41d0f3
2 changed files with 15 additions and 1 deletions
+8
View File
@@ -62,3 +62,11 @@ body {
input[type="file"] {
display: none;
}
.dropdown-container{
margin-top: 15px;
display: flex;
flex-direction: column;
align-items: flex-start;
}