Skip to content

Commit

Permalink
fix(dslib): fix dropdown selectField
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Jan 19, 2024
1 parent 0c3281c commit d0b9a45
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 d0b9a45

Please sign in to comment.