Skip to content

Commit

Permalink
Merge pull request #186 from outl1ne/issue/185
Browse files Browse the repository at this point in the history
Fix missing header buttons from menu items panel
  • Loading branch information
KasparRosin authored Jan 5, 2024
2 parents 074f1a3 + 426fa37 commit c8c287f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 67 deletions.
2 changes: 1 addition & 1 deletion dist/js/entry.js

Large diffs are not rendered by default.

136 changes: 70 additions & 66 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions resources/js/components/core/MenuBuilderHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@ export default {
align-items: center;
}
}
div.relative.overflow-hidden:has(> #menu-builder-field) {
// fix for laravel-nova applying overflow-hidden to card elements.
overflow: visible;
}
</style>

0 comments on commit c8c287f

Please # to comment.