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.
2 parents 51f9ef3 + 320889c commit 294ec82Copy full SHA for 294ec82
src/panel/pages/explorer/components/Arguments.tsx
@@ -8,7 +8,6 @@ export const Arguments: FC<
8
args?: ParsedFieldNode["args"];
9
} & ComponentProps<typeof ArgumentText>
10
> = ({ args, ...props }) => {
11
- console.log(args);
12
if (!args) {
13
return null;
14
}
src/panel/theme.ts
@@ -359,6 +359,10 @@ export const GlobalStyle = createGlobalStyle`
359
scrollbar-width: thin;
360
361
362
+ html, body {
363
+ height: 100%;
364
+ }
365
+
366
::-webkit-scrollbar {
367
width: 8px;
368
height: 8px;
0 commit comments