Skip to content
New issue

Have a question about this 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

PopUp opens character sheet to width of monitor #125

Open
mjeffw opened this issue Jun 16, 2024 · 1 comment
Open

PopUp opens character sheet to width of monitor #125

mjeffw opened this issue Jun 16, 2024 · 1 comment

Comments

@mjeffw
Copy link

mjeffw commented Jun 16, 2024

In my system (GURPS), the default character sheet opens in PopOut! to the entire width of the monitor. See the attached photo.

image

Other character sheets seem unaffected, so I am sure this is my fault somehow. Any help in finding the issue is appreciated.

Just FYI -- doing some debugging on this shows the following div:

<div id="GurpsActorSheet-Scene-FDCd4uMWjnhniOmd-Token-YcUsx8PqiOyt0IIw-Actor-fLdFl7mPT4V98udO" class="app window-app gurps sheet actor" data-appid="27" style="display: flex; top: 0px; width: calc(100% - 9990.5px); height: 100%; margin: 0px !important; border-radius: 0px !important; cursor: auto !important;">

That "width: calc(100% - 9990.5px)" style looks like the cause.

@Posnet
Copy link
Contributor

Posnet commented Jun 23, 2024

I haven't had a chance to test it myself, buy try enabling/disabling the bounding box compatibility mode. I had to switch that to enabled by default due to dnd5e basically requiring it with the latest update. If that fixes it, it's usually because an element in the sheet has a fixed/absolute position very far to the left of right of the screen (and not contained in the bounding box of the sheet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants