p5.js-web-editor/server
bendman ffa4ac145a Fixes #680 by adjusting canvas and iframe layout
- Set the preview canvas to `display:block` to remove vertical spacing
caused by the default value, which was making a full-height canvas cause
vertical scrolling, and the vertical scrollbar caused horizontal
scrolling
- Wrap the preview content in a container with `position:relative` and
no other visible content, so that the full-height iframe excludes the
height of the preview frame header, preventing it from going beyond the
height of the page
2018-09-08 11:50:39 -07:00
..
config update eslint and fix linting errors 2018-05-08 19:16:04 -07:00
controllers Remove authorization from specific routes (#642) 2018-05-29 21:37:10 -07:00
migrations update script to migrate assets to cdn url 2018-01-09 16:12:02 -05:00
models fix even more linting errors 2018-05-08 19:16:04 -07:00
routes fix linting error 2018-05-30 14:23:11 -07:00
utils fixes #668 2018-08-29 15:06:41 -04:00
views Fixed the linting errors that I could. (#653) 2018-06-18 14:45:50 -07:00
config.js fix a ton of eslint errors 2016-06-23 18:29:55 -04:00
examples-gg-latest.js Fixed the linting errors that I could. (#653) 2018-06-18 14:45:50 -07:00
examples.js Fixes #680 by adjusting canvas and iframe layout 2018-09-08 11:50:39 -07:00
server.js Improve current console (#656) 2018-07-30 12:20:57 -04:00