mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-16 15:08:40 +00:00
Resize fix
This commit is contained in:
parent
86f5c45654
commit
77f04661ad
|
|
@ -62,8 +62,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="m-draw">
|
<div class="m-draw">
|
||||||
<section class="box w-100" style="height: 30%;">
|
<section class="box w-100" style="height: 30%;">
|
||||||
<div class="inner">
|
<div class="inner resizable">
|
||||||
<canvas id="canvasImage" name="image" form="drawForm"></canvas>
|
<canvas id="canvasImage resizable" name="image" form="drawForm"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user