Files
components/.storybook/preview-head.html
T
Stephan 340521e4bb Add support for "outside elements" (Popups, Drawers, ...)
+ Add Drawer
+ Add new root in the HTML (should be included in production)
2022-10-05 22:17:33 +02:00

23 lines
270 B
HTML

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