Prevent 3D model from overlapping while log is open

10.3.x-maintenance
skaman82 2015-11-11 13:09:54 +01:00
parent d944ec7412
commit 8868adbff0
2 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,11 @@
background-position: center;
}
#canvas {
width: 100% !important;
height: 100% !important;
}
.gui_box grey .block_wrapper {
font-size: 0;
}

View File

@ -52,7 +52,7 @@
<div class="spacer_right">
<div class="model-and-info">
<div id="interactive_block">
<div id="canvas_wrapper" style="">
<div id="canvas_wrapper">
<canvas id="canvas"></canvas>
<div class="attitude_info">
<dl>