fix: make canvas visible
- automate editor background handling
This commit is contained in:
parent
d23cac506c
commit
29082808cb
2 changed files with 6 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import HeadCommonNew from '../../components/HeadCommonNew.astro';
|
|||
<HeadCommonNew />
|
||||
<title>Strudel Vanilla REPL</title>
|
||||
</head>
|
||||
<body class="h-app-height bg-background">
|
||||
<body class="h-app-height">
|
||||
<div class="settings">
|
||||
<form name="settings" class="flex flex-col space-y-1 bg-[#00000080]">
|
||||
<label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue