Merge branch 'master' into production-docker

This commit is contained in:
Cassie Tarakajian 2018-09-07 17:25:29 -04:00
commit d2c8140442

View file

@ -14,6 +14,9 @@
flex: 1 0 0px; flex: 1 0 0px;
display: flex; display: flex;
position: relative; position: relative;
// create a stacking context to isolate z-index layering
z-index: 0;
} }
.editor-console-container { .editor-console-container {