diff options
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 20599d30..db8afab9 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -21,7 +21,8 @@ html, body, #root { - height: calc(100%); + height: 100%; + background-color: var(--vsc-background); } body { @@ -31,4 +32,5 @@ body { font-family: "Mona Sans", "Arial", sans-serif; padding: 0px; margin: 0px; + height: 100%; } |