Skip to content

Pallet is on wrong side of screen #1

@brouckaertd

Description

@brouckaertd

Hi,

The pallet was on the wrong side of the screen on my html page.
I fixed it by changing the picker.js file.

You were using the position of the element, but this isn't exactly correct.

var pos = $this.position(),

My element was nested in some other elements.
I'm now using the offset, which is relative to the window

var pos = $this.offset(),

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