Skip to content

Commit

Permalink
container divs so renderer styles work
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jun 25, 2024
1 parent 8e52b5a commit f27290d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vscode/src/cellOutputPanes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ export class CellOutputPanes {
<script src="${scriptUri}"></script>
</head>
<body>
<div id="output" />
<div id="container">
<div class="output_container">
<div id="output" />
</div>
</div>
</body>
</html>`;
}
Expand Down

0 comments on commit f27290d

Please sign in to comment.