-
Notifications
You must be signed in to change notification settings - Fork 26
Popup positioning #36
New issue
Have a question about thi 8000 s project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
it appears the more columns you put in the worst the cut off gets |
Hi thanks for getting back yeah i do have a an overflow hidden on a parent container its unfortunately needed though no iframes |
The parent container is |
no I have a container around it called a4 specifying the size, I've managed to fix it by restructuring the page content so the parent is no longer overflow hidden I do think a fixed positioning system would be better though as no matter what no one would have these issues my structure goes something like this
|
I limited the bounds of the popup to the editor. |
Uh oh!
There was an error while loading. Please reload this page.
your positioning logic doesn't account for scrolling documents, see examples the positioning does not seem to work
when the document is scrolled down the table properties appears at the top no where near the table itself

see below the table cell properties gets cut off

would fixed positioning not work better
The text was updated successfully, but these errors were encountered: