Merge branch '5-consola-visual-metaconsola-scroll-a-tope-integria-4346' into 'develop'
fixed visual error visual console Closes #5 See merge request !9
This commit is contained in:
commit
061273a2b2
|
@ -75,7 +75,7 @@ if (!defined('METACONSOLE')) {
|
|||
echo '<div id="frame_view" style="width: 100%; height: 500px; overflow: scroll; margin: 0 auto;">';
|
||||
}
|
||||
else {
|
||||
echo '<div id="frame_view" style="width: 919px; height: 500px; overflow: scroll; margin: 0 auto;">';
|
||||
echo '<div id="frame_view" style="overflow: auto; margin: 0px auto; padding: 5px; ">';
|
||||
}
|
||||
echo '<div id="background" class="" style="
|
||||
margin: 0px auto;border: 2px black solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';
|
||||
|
|
Loading…
Reference in New Issue