We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2269a7 commit d99f464Copy full SHA for d99f464
webview/src/plots/components/Plots.tsx
@@ -175,6 +175,7 @@ export const Plots = ({ state }: PlotsProps) => {
175
176
return (
177
<div
178
+ className={styles.plots}
179
style={variables}
180
onContextMenu={e => {
181
e.preventDefault()
webview/src/plots/components/styles.module.scss
@@ -3,6 +3,11 @@
3
4
$gap: 20px;
5
6
+.plots {
7
+ width: 100%;
8
+ height: 100%;
9
+}
10
+
11
.plotsContainer {
12
width: 100%;
13
0 commit comments