[Beta] Fix sticky sandboxes

This commit is contained in:
Dan Abramov
2022-09-10 13:35:09 +01:00
parent c5b560c7ea
commit acc8dcf9a3
2 changed files with 1 additions and 1 deletions

View File

@@ -74,7 +74,6 @@ function SandpackRoot(props: SandpackProps) {
hidden: true,
};
debugger;
return (
<div className="sandpack sandpack--playground sandbox my-8">
<SandpackProvider

View File

@@ -259,6 +259,7 @@ html.dark .sandpack--playground .sp-overlay {
.sp-layout {
min-height: 216px;
overflow: initial !important;
}
.sp-layout > .sp-stack:nth-child(1) {