mirror of
https://github.com/detleph/components.git
synced 2026-09-04 08:36:03 +02:00
25 lines
289 B
HTML
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>
|