Skip to content

Position by bottom #401

@Unic0rnBorn

Description

@Unic0rnBorn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions