aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Stage.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/imports/scss/_Stage.scss')
-rw-r--r--_scss/imports/scss/_Stage.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss
index a992b793..09dae3d6 100644
--- a/_scss/imports/scss/_Stage.scss
+++ b/_scss/imports/scss/_Stage.scss
@@ -192,3 +192,17 @@
192 overflow-x: auto; 192 overflow-x: auto;
193 overflow-y: auto; 193 overflow-y: auto;
194} 194}
195.montage-editor-frame {
196 position:absolute;
197 z-index:7;
198 top: 0;
199 left:0;
200 display:none;
201 -webkit-user-select: initial;
202}
203.montage-editor {
204 padding:0px;
205 word-wrap: normal;
206
207
208 } \ No newline at end of file