</div>
</div>
- <div class='scrolled'>
- <img src="{{ document.image.url }}" class='area-selectable' alt="Tagged image" />
+ <div style="position:relative; height: 100%;">
+ <div class='scrolled'>
+ <img src="{{ document.image.url }}" class='area-selectable' alt="Tagged image" />
+ </div>
</div>
</div>
.gallery-image img[src=''] {
background-color: red;
}
+
+#motifs-editor .toolbar {
+ height: auto;
+}
+
+#objects-editor .toolbar {
+ height: auto;
+}
.scrolled {
position: absolute;
- top: 29px;
+ top: 0;
left: 0;
right: 0;
bottom: 0;
if (x1 !== null)
$e.data('coords', [x1, y1, x2, y2]);
this.$objects_list.append($e);
- this.$objects_list.append('<span class="delete">(x)</span>');
+ this.$objects_list.append('<span class="delete">(x) </span>');
}
if (x1 !== null)
$e.data('coords', [x1, y1, x2, y2]);
this.$objects_list.append($e);
- this.$objects_list.append('<span class="delete">(x)</span>');
+ this.$objects_list.append('<span class="delete">(x) </span>');
}