p5.js-web-editor/client
Ben Duncan 3b1cd6782b Fixes #682 by isolating preview pane layers (#683)
Restrict the z-index of the console (and any other preview panes) to the
context of the preview container, thereby preventing any internal
content from overlaying a modal. `z-index:0` is used as a more
browser-compliant form of `isolation:isolate` or `contain:paint` to
create an isolated stacking context.
2018-09-07 17:25:09 -04: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 Fix needs saving mark 2 - for #576 (#658) 2018-09-07 15:48:25 -04:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles Fixes #682 by isolating preview pane layers (#683) 2018-09-07 17:25:09 -04: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