mirror of
https://github.com/detleph/components.git
synced 2026-09-08 07:56:14 +02:00
23 lines
270 B
HTML
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>
|