mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 13:13:08 +00:00
[Beta] Fix sticky sandboxes
This commit is contained in:
@@ -74,7 +74,6 @@ function SandpackRoot(props: SandpackProps) {
|
||||
hidden: true,
|
||||
};
|
||||
|
||||
debugger;
|
||||
return (
|
||||
<div className="sandpack sandpack--playground sandbox my-8">
|
||||
<SandpackProvider
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user