Removed the fixed width from the DropdownComponent.jsx

This commit is contained in:
Mathias Wagner
2022-11-20 18:03:03 +01:00
parent 4b3c58ced6
commit 3802cf8ec0

View File

@@ -11,7 +11,7 @@
margin-right: 10%
display: inline-block
position: absolute
width: 320px
width: auto
overflow: auto
border-radius: 10px
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)