diff --git a/src/App.tsx b/src/App.tsx index 2bf12987..5776a267 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,7 +48,7 @@ function App() { -
+
diff --git a/src/components/ast/css-ast.tsx b/src/components/ast/css-ast.tsx index 3c105193..5e02a37c 100644 --- a/src/components/ast/css-ast.tsx +++ b/src/components/ast/css-ast.tsx @@ -26,7 +26,7 @@ export const CssAst: FC = () => { return ( { return ( { return ( { return ( = ({ }, [readOnly]); const editorClasses = clsx("relative", { - "h-[calc(100vh-152px)]": readOnly, - "h-[calc(100vh-72px)]": !readOnly, + "h-[calc(100%-72px)]": readOnly, + "h-[calc(100%-57px)]": !readOnly, }); const dropMessageClasses = clsx( diff --git a/src/components/scope/index.tsx b/src/components/scope/index.tsx index 8753ddd3..bacf2981 100644 --- a/src/components/scope/index.tsx +++ b/src/components/scope/index.tsx @@ -37,7 +37,7 @@ export const Scope: FC = () => { return ( {scopeView === "flat" ? (