Frontmatter
| id | 1330 |
| title | draggable.DragProxyComponent: increase the priority for position: absolute |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 28, 2020, 12:17 PM |
| updatedAt | Oct 28, 2020, 12:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1330 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 28, 2020, 12:20 PM |
e.g. adding a dragProxyConfig like:
dragProxyConfig: { cls: ['neo-dragproxy', 'neo-tree-list'] }should not require devs to pick the order inside the opposite way (tree-list is using position: relative).
one of the few use cases, where we need the !important flag.