Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Nov 3, 2024
1 parent c0927bc commit d45826e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ui/ssr-example/src/client/common/WrapperDevTool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ export const WrapperDevTool = ({ children }: { children: ReactNode }) => {
<>
{children}
{isOpen && (
<ResizeAbleGridCard className="@my-react-devtool" width="70%" height="80%" position="fixed" zIndex="1000000" top="0" left="0">
<ResizeAbleGridCard
className="@my-react-devtool"
width="70%"
height="80%"
zIndex="1000000"
top="0"
left="0"
style={{ position: "fixed" }}
>
<IframeDevTool />
</ResizeAbleGridCard>
)}
Expand Down

0 comments on commit d45826e

Please sign in to comment.