diff --git a/gdke-gui/src/App.css b/gdke-gui/src/App.css index e57a729..b71200e 100644 --- a/gdke-gui/src/App.css +++ b/gdke-gui/src/App.css @@ -2,6 +2,6 @@ @tailwind components; @tailwind utilities; -body { - @apply dark:bg-black dark:text-white; +body,html, #root { + @apply dark:bg-black dark:text-white h-svh; } diff --git a/gdke-gui/src/App.tsx b/gdke-gui/src/App.tsx index 2082585..8ed8ba5 100644 --- a/gdke-gui/src/App.tsx +++ b/gdke-gui/src/App.tsx @@ -81,9 +81,10 @@ function App() { }; }, []); + //captybara testing is real return (
set_show_pre_run(e)}> @@ -145,7 +146,7 @@ function App() { To get started drop your program below:

-
+