Skip to content

Commit

Permalink
Merge pull request #44 from LucasWerey/fix/17
Browse files Browse the repository at this point in the history
fix(dslib): fix dropdown selectField
  • Loading branch information
LucasWerey authored Jan 19, 2024
2 parents 0c3281c + d0b9a45 commit f17b42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucaswerey/dslib-pfe",
"version": "0.0.63",
"version": "0.0.64",
"private": false,
"main": "./lib/index.umd.js",
"module": "./lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/components/CTA/SelectField/SelectField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
color="darkgrey"
/>
</div>
<div class="items" v-show="open">
<div class="items absolute z-10 w-full" v-show="open">
<div
v-for="(option, i) of options"
:key="i"
Expand Down

0 comments on commit f17b42b

Please sign in to comment.