When using both Gin Layout Builder and the Layout Builder Modal, the table drag handlers for draggable Paragraphs are doubled. This leads to poor UX, as the doubled drag handler is not usable. See attached image duplicate-drag-handlers-lb-paragraphs.png
.
This appears to be because the gin_lb module overrides core's tabledrag.module.css
file for the selector .draggable a.tabledrag-handle
, making core's float: left
into a float: none
.
I am not sure if removing this override is the correct solution, or if this is a universal problem. I'm happy to diagnosis this from a plain Unami install if necessary.
Active
2.0
User interface