Skip to content

Commit

Permalink
Fix filter blocking the display of dropdown (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: et-hoangdv <[email protected]>
Co-authored-by: Rafael Milewski <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent 7de0e0a commit 53ff259
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/css/card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"watch": "mix watch",
"production": "mix --production",
"nova:install": "npm --prefix='../vendor/laravel/nova' ci"
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/MegaFilter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

<Card class="nova-mega-filter rounded p-1 overflow-hidden transition"
<Card class="nova-mega-filter rounded p-1 transition"
:style="{ '--columns-desktop': columns || 2 }"
:class="{ '--active': filtersAreApplied, '': !filtersAreApplied, '--expanded': collapsed }">

Expand Down

0 comments on commit 53ff259

Please sign in to comment.