- Issue created by @gromani14
- 🇨🇦Canada bbombachini London, ON
I was having the same issue, and the patch works for me - currently using version 3.0.0-rc2.
I'm not the best person to say if this is the right approach but it worked for me.I have field broken into tabs on form display, so it may be part of the issue.
Changing this to needs review as there's a patch provided.
- 🇮🇳India pradipmodh13 Ahmedabad
Hello @gromani14,
I attempted to replicate this problem following your steps, but it is not reproducible.
It is working fine as expected.
Drupal 9.5 and Gin Theme 8.x-3.0-rc2
I had followed the below steps
- Installed Gin theme and enable as admin
- Installed Paragraph module and enable
- Create 10 Paragraph types and configure on content type
- Edit the page and all 10 Paragraph types are visible (Attached screenshot) - 🇦🇷Argentina gromani14
Hello @pradipmodh13,
I've realize now that on my description i forgot to mention that i'm also using tabs into form display (my bad).
(you can see that on my screenshot) - Assigned to pradipmodh13
- 🇮🇳India pradipmodh13 Ahmedabad
Thank You @gromani14,
Yes, there is an issue when the paragraph type is set in Tabs.
The solution offered by @bbombachini works when I apply it, but we need to develop a patch using the "dropbutton--multiple" class because the "dropbutton--extrasmall" class is varinet of dropbutton size and may be configurable.
This approach only resolves one type if the Paragraph Type field in the content type Managre From Display is set to "Paragraphs Legacy" (as shown in the attached screenshot - 3336167-after.png ).
If we choose "Paragraphs (Stable)," this solution will fail, so will submit the patch. (Attached screenshot in Issue summary) - Status changed to Needs work
over 1 year ago 11:47am 17 May 2023 - 🇨🇭Switzerland saschaeggi Zurich
Note: Also in Claro Theme, this problem exists.
I'd propose we fix this instead in the paragraphs module directly if the problem also exists in Claro.
- 🇮🇳India pradipmodh13 Ahmedabad
Hello @saschaeggi,
But dropbutton.scss file comes from theme folder not from paragraph module.
After some research, there are two solutions found which is listed below.
- Add css in vertical-tabs.css file (Attached Screenshot)
Note: vertical-tabs.css is coming from core claro theme
- Add special css in paragraph module with tabs varientPlease let me know if you have any suggestions for a better approach.
- 🇺🇸United States nicxvan
I'd vote for fixing it here, the MR fixes it for me too.
- Status changed to Closed: won't fix
over 1 year ago 6:10am 26 June 2023 - 🇨🇭Switzerland saschaeggi Zurich
Closing in favor of 🐛 Drop button cut off at bottom in Field Group vertical tabs Active
Hello, I've created a patch based on the MR.
Works fine on my side
Hello, I've created a patch based on the MR. Works fine on my side. Sorry for my message, trying to post a comment with the link to the patch