Skip to content

Commit acc8dcf

Browse files
committed
[Beta] Fix sticky sandboxes
1 parent c5b560c commit acc8dcf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

beta/src/components/MDX/Sandpack/SandpackRoot.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function SandpackRoot(props: SandpackProps) {
7474
hidden: true,
7575
};
7676

77-
debugger;
7877
return (
7978
<div className="sandpack sandpack--playground sandbox my-8">
8079
<SandpackProvider

beta/src/styles/sandpack.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ html.dark .sandpack--playground .sp-overlay {
259259

260260
.sp-layout {
261261
min-height: 216px;
262+
overflow: initial !important;
262263
}
263264

264265
.sp-layout > .sp-stack:nth-child(1) {

0 commit comments

Comments
 (0)