moved hiden div to inline css
This commit is contained in:
parent
8e61892290
commit
caf3e3d389
|
@ -2,7 +2,6 @@
|
|||
|
||||
.model-wrap {
|
||||
padding: 1em;
|
||||
display: none;
|
||||
/*background-color: lightgray;*/
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ model-viewer {
|
|||
{{name}}
|
||||
</h4>
|
||||
|
||||
<div class="model-wrap">
|
||||
<div class="model-wrap" style="display:none">
|
||||
<div id="model" style="display:absolute">
|
||||
<model-viewer id="3d-model"
|
||||
reveal="interaction"
|
||||
|
|
Loading…
Reference in New Issue