Modal plus sign button overlaps first column in list after upgrading to Pro #1309
-
The Pro features are worth every Euro, but I see a strange artifact: After the upgrade, the round green plus button (that opens a modal view for the row) overlaps the text of the first column. How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Based on the information provided in the knowledge sources, it appears that there have been some issues with modals and column display in Backpack, particularly after upgrades. While I don't have an exact match for your specific problem, I can provide some relevant information and potential solutions:
To address your specific problem, you could try the following:
If these suggestions don't solve your issue, I recommend reporting this as a new bug on the Backpack GitHub repository, as it seems to be a specific problem not covered in the provided knowledge sources. Remember to include details about your Backpack version, Laravel version, and any custom modifications you've made to your list view when reporting the issue. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): Summernote field: add link modal is behind overlay |
Beta Was this translation helpful? Give feedback.
-
Can you help to reproduce the issue? So we can try to fix it. I checked the demo's monster CRUD on all the themes. It's working as expected. Maybe you need to update the installed theme. Try running |
Beta Was this translation helpful? Give feedback.
-
That's odd - that made the plus signs disappear completely. That's fine, but is it expected behavior? Where can I see docs about this modal? |
Beta Was this translation helpful? Give feedback.
-
You can find modal & column visibility APIs here: Feel free to ask if I missed anything. |
Beta Was this translation helpful? Give feedback.
Hey @abrothman-vacatia
Can you help to reproduce the issue? So we can try to fix it.
I checked the demo's monster CRUD on all the themes. It's working as expected. Maybe you need to update the installed theme. Try running
composer update
.