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
You cannot move the box by dragging on the grey line boxes, which are the :before of the .moveable-line elements of the children.
I know that this requires the user to overwrite the standard z-index of 3000, so it's partly on the user. But as you can see in the css panel at the bottom, I've provided some ways of fixing this problem.
Then again, maybe this shouldn't be considered a bug, and people should fix this themselves in user land, since it's easy to fix in userland.
Another fix would be to add a new configure option, in order to specifiy a custom higher z-index.
Thanks for reading
The text was updated successfully, but these errors were encountered:
Environments
Description
You cannot move the box by dragging on the grey line boxes, which are the :before of the .moveable-line elements of the children.
I know that this requires the user to overwrite the standard z-index of 3000, so it's partly on the user. But as you can see in the css panel at the bottom, I've provided some ways of fixing this problem.
Then again, maybe this shouldn't be considered a bug, and people should fix this themselves in user land, since it's easy to fix in userland.
Another fix would be to add a new configure option, in order to specifiy a custom higher z-index.
Thanks for reading
The text was updated successfully, but these errors were encountered: