p5.js-web-editor/client
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
..
components Remove authorization from specific routes (#642) 2018-05-29 21:37:10 -07:00
images Improve current console (#656) 2018-07-30 12:20:57 -04:00
modules Fixes #680 by adjusting canvas and iframe layout 2018-09-08 11:50:39 -07:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles Fixes #680 by adjusting canvas and iframe layout 2018-09-08 11:50:39 -07:00
utils fix linting error 2018-08-20 14:54:12 -04:00
constants.js Fix needs saving mark 2 - for #576 (#658) 2018-09-07 15:48:25 -04:00
index.jsx get hot loading working again 2018-05-08 19:16:03 -07:00
persistState.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
reducers.js Create Asset List View and refactor overlay code (#356) 2017-07-11 17:37:43 +02:00
routes.jsx Remove authorization from specific routes (#642) 2018-05-29 21:37:10 -07:00
store.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00