Fixed position dropdown

This commit is contained in:
Colin Kallemein 2024-06-13 23:33:20 +02:00
parent be766cda59
commit c49fcd7472

View File

@ -180,6 +180,7 @@ function clear() {
align-items: center;
min-width: 40px;
padding: 0;
position: relative;
select {
display: none;
@ -191,7 +192,6 @@ function clear() {
}
.select {
position: relative;
.select-trigger {
text-transform: capitalize;
display: flex;