You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following code. It's essentially several Bootstrap columns (b-col) within a row (b-row). The columns have a limited height, while the assets-table inside each can be much taller, making it scrollable.
As the screenshot shows, when I drag a b-col, its dragged representation also incorrectly clones objects from below. For example, if I scroll the content within a column to the bottom, dragging that column then also includes elements from above in the dragged representation.
How can I fix this? I would like the dragged representation to be limited to the b-col itself, reflecting only the column, and not capture any irrelevant content.
The text was updated successfully, but these errors were encountered:
I have the following code. It's essentially several Bootstrap columns (
b-col
) within a row (b-row
). The columns have a limited height, while theassets-table
inside each can be much taller, making it scrollable.As the screenshot shows, when I drag a

b-col
, its dragged representation also incorrectly clones objects from below. For example, if I scroll the content within a column to the bottom, dragging that column then also includes elements from above in the dragged representation.How can I fix this? I would like the dragged representation to be limited to the
b-col
itself, reflecting only the column, and not capture any irrelevant content.The text was updated successfully, but these errors were encountered: