#100747

Hi Christopher,
Can I do that without external CSS?
I mean if I do this:
<smart-window>
<button style=”position: absolute; left: 20px; top: 60px;”>Hello</button>
</smart-window>
Then the button has the position applied. I’d like to do the same with document.createElement() and windowComponent.appendChild().