Xbozon / rpg-styled-ui

Foundry VTT RPG Styled UI
12 stars 11 forks source link

UI Misalignment #88

Closed TheNittles closed 8 months ago

TheNittles commented 9 months ago

I saw there was a comment about this in another thread, but just wanted to say I'm still having this issue: The UI is aligned a bit too high for me, making the hotbar float about 10 pixels off the bottom of the browser window. I'm using Google Chrome. Image attached.

image

TheNittles commented 9 months ago

Quick Update: Restoring down the window then re-maximizing it to full screen fixes the bug until it the page is refreshed.

Sasmira commented 9 months ago

Quick Update: Restoring down the window then re-maximizing it to full screen fixes the bug until it the page is refreshed.

Hello Hello, we know the problem and we try to resolve it.

In rpg-styled-ui/css repertory, edit the file rpg-ui.css and add the code below.

/*Fix v11*/
#interface {
    overflow: clip;
}
/*end*/

this is a temporary fix that will allow you to use the interface while we look for a better solution. Change the Tidy Ui module for the Module Management+ module, because Tidy Ui screws up more than anything else. https://github.com/mouse0270/module-credits

Xbozon commented 8 months ago

@TheNittles Finally this bug is over. Please update to v1.1.7