Skip to content

Commit

Permalink
fix(ui/card): fix scroll lock err
Browse files Browse the repository at this point in the history
  • Loading branch information
qytayh authored and BeADre committed Sep 18, 2022
1 parent 2d2519f commit 5f12819
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 164 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/card/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default defineComponent({
useLock(
() => props.floating,
() => isRow
() => !isRow.value
)
let dropdownFloaterTop = 'auto'
Expand Down
Loading

0 comments on commit 5f12819

Please sign in to comment.