Skip to content
Snippets Groups Projects
Commit 06a7341f authored by Michael Hamann's avatar Michael Hamann
Browse files

XWIKI-21681: Live Data drag control always overlaps text on mobile

* Display the drag handle next to the property name.
parent e34c81b3
No related branches found
No related tags found
No related merge requests found
...@@ -318,6 +318,8 @@ export default { ...@@ -318,6 +318,8 @@ export default {
.handle { .handle {
/* Always show the drag handler because hover is not available on mobile. */ /* Always show the drag handler because hover is not available on mobile. */
opacity: 1; opacity: 1;
/* Display the drag handler next to the property name to avoid always hiding it. */
position: static;
} }
/* Trim long property names. */ /* Trim long property names. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment