Files
components/.storybook/preview-head.html
T
2022-10-06 09:10:01 +02:00

25 lines
289 B
HTML

<script>
window.global = window;
</script>
<style>
body {
height: 100vh;
}
#detleph-fg-context {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
#detleph-fg-context:empty {
width: 0;
height: 0;
}
</style>