upload dropdown closes after selecting what upload

This commit is contained in:
2024-05-22 23:17:52 -04:00
parent 3746c370a2
commit 6676f2c533
3 changed files with 8 additions and 4 deletions

View File

@ -46,6 +46,7 @@
background-color: #f0ecec;
color: black;
width: 110px;
border-radius: 0 0 5px 5px;
.add-btns {
border: none;
border-bottom: 1px solid black;
@ -56,6 +57,9 @@
.add-btns:first-child {
border-top: 1px solid black;
}
.add-btns:last-child {
border-radius: 0 0 5px 5px;
}
}
}