Peter van der Walt  I actually just got around to installing LW3,

+Peter van der Walt I actually just got around to installing LW3, following the instructions from the wiki. I’ve found a slight bug. Do I need to add it on github or can I just tell it here? Either way, I’ll tell it here & if you need me to add to github I will.

Basically when I click fullscreen button (up the top) it goes into fullscreen with no problem. Then, when I click the fullscreen button again to exit fullscreen it glitches & makes the page longer than it originally was. i.e. some things end up needing to scroll down to see it (whereas before fullscreening it was all on the main display area).

See attached screenshots (before & after glitch).

+Peter van der Walt Cheers. Should be a simple issue of difference between window height & viewport height. (i.e. not taking into account all my address/bookmarks bar height).

@Yuusuf_Sallahuddin_Y ​ was this installed on a tablet PC?

@Alex_Krause Nah, Macbook pro 17", win 10.

+Peter van der Walt That sounds like it would be the issue :slight_smile: Nice simple one to fix. Have you worked with CSS & using “vw” (viewport width) or “vh” (viewport height) for values for height & width? They are awesome for responsive scaling (e.g. if I shrank my window, they would rescale things on the fly with no code necessary).

Happy Peter!