ffd8 / P5LIVE

p5.js collaborative live-coding vj environment!
https://p5live.org
GNU General Public License v3.0
226 stars 35 forks source link

Scrollbars in full screen mod #31

Closed osresearch closed 4 years ago

osresearch commented 4 years ago

Screenshot from 2019-11-14 16-44-12

In both firefox and chrome (on Linux) there are horizontal and vertical scrollbars in windowed or full screen mode.

osresearch commented 4 years ago

Screenshot from 2019-11-14 16-56-48

It appears that it is caused by the p5-frame. If I make it 50% the scrollbar stays attached to it.

ffd8 commented 4 years ago

Just set any overflow to hidden for that p5-frame div in #34 . Could you let me know if it fixed the issue?

ffd8 commented 4 years ago

Should be solved in all browsers – the sketch within the iFrame now has an overflow:hidden on it's size to make sure. Hopefully solved – will reopen if still present, but not seeing in any browser.