Xbozon / rpg-styled-ui

Foundry VTT RPG Styled UI
12 stars 11 forks source link

Firefox issue with the Webcam Dock. #87

Closed Sasmira closed 8 months ago

Sasmira commented 9 months ago

Hello Hello,

this problem is only with Firefox and work fine with a Chrome like. problem easy to reproduce, only just with the RPG Styled Ui module actived.

when you activate the cam dock on the top or bottom of the foundry window and fill the chat with messages, the last messages at the bottom push the macro bar and the chat writing area out of the window.

if anyone can find a solution to this problem, because it's beyond my area of knowledge here.

S.

Xbozon commented 9 months ago

I'll try to get it resolved this weekend

Sasmira commented 9 months ago

Hello Hello,

it seems that if we remove the old fix in the first version of v11, the problem disappears.

line 23-27

/*Fix v11*/
#interface {
    overflow: clip;
}
/*end*/
Xbozon commented 9 months ago

@Sasmira I've made the changes. Thank you for the report.