disallow selecting dropdown

This commit is contained in:
mrjvs 2021-08-22 22:00:13 +02:00
parent 2bf633e127
commit 59904bea79

View File

@ -3,6 +3,7 @@
width: 200px;
flex-direction: column;
position: relative;
user-select: none;
}
.select-box > * {