blob: a610eb2cdcd4c9dfaaf9ee61c247d6e5922b415b [file] [log] [blame]
<style>
:host {
display: flex;
gap: 4px;
border: 2px dashed var(--google-grey-500);
border-radius: 12px;
padding: 4px;
min-width: fit-content;
height: 100%;
flex-direction: column;
}
</style>
<div id="container" draggable="true">
<slot id="slot"></slot>
</div>