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.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss
index 587903d2..4644e3ba 100644
--- a/scss/imports/scss/_Stage.scss
+++ b/scss/imports/scss/_Stage.scss
@@ -133,7 +133,7 @@
133 133
134} 134}
135 135
136#drawingCanvas { 136.drawingCanvas {
137 position: absolute; 137 position: absolute;
138 margin: 0px; 138 margin: 0px;
139 border: none; 139 border: none;
@@ -144,7 +144,7 @@
144} 144}
145 145
146 146
147#stageCanvas { 147.stageCanvas {
148 position: absolute; 148 position: absolute;
149 margin: 0px; 149 margin: 0px;
150 border: none; 150 border: none;
@@ -154,7 +154,7 @@
154 z-index: 5; 154 z-index: 5;
155} 155}
156 156
157#layoutCanvas { 157.layoutCanvas {
158 position: absolute; 158 position: absolute;
159 margin: 0px; 159 margin: 0px;
160 border: none; 160 border: none;
@@ -188,9 +188,7 @@
188 188
189#mainContent .CodeMirror-scroll { 189#mainContent .CodeMirror-scroll {
190 height: 100%; 190 height: 100%;
191 overflow: scroll; 191 overflow: auto;
192 overflow-x: auto;
193 overflow-y: auto;
194} 192}
195 193
196.montage-editor-frame { 194.montage-editor-frame {