shx-3d-render

main
Jan Umbach 2024-06-13 16:52:19 +02:00
parent a66016ab1a
commit 39e8b4472c
1 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@
.shx-input-forms-container {
overflow: hidden;
}
.shx_ifc_renderButton {
margin-top: 1rem;
}
</style>
<script type="text/javascript">
@ -48,7 +52,7 @@
function SHX_IFC_genRenderButton() {
return `
<button class="btn" onclick="document.querySelector('shx-input-forms').renderView()">Vorschau generieren</button>
<button class="button shx_ifc_renderButton" onclick="document.querySelector('shx-input-forms').renderView()">Vorschau generieren</button>
`;
}