-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
There is no posibility to position dd by bottom, but if modify code like below, it works
const ignoredStyleAttrs = [
'top',
'left',
'right',
'width',
'height',
'bottom'
]
and add
if (positions.style.bottom !== undefined) {
changes.bottom = ${positions.style.bottom}px
}
in applyReposition
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels