diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index 6206f27f..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; |