1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add editor, context dev buttons and output text area to pyscript element when rendered

This commit is contained in:
Fabio Pliger
2022-03-03 17:37:44 -06:00
parent 88d9ecb342
commit 5d7570adea
3 changed files with 145 additions and 0 deletions

View File

@@ -6,6 +6,13 @@
import Tailwind from "./Tailwind.svelte";
</script>
<style>
:global(div.dev-buttons-group) {
margin-top: -12px;
z-index: 9999;
}
</style>
<Tailwind />
<div class="min-h-full">