summaryrefslogtreecommitdiff
path: root/extension/react-app/src/index.css
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-16 15:56:01 -0700
committerGitHub <noreply@github.com>2023-06-16 15:56:01 -0700
commitc196431ff1de014827066e3a04c39438c34ebe3d (patch)
treea91625915ea31f00b0991ff3f333925e17bab5a4 /extension/react-app/src/index.css
parent085c6f846715d55d6638c73d34886ddf2a26d1b5 (diff)
parent55611ef0b6ca014ff091a1cd18fb749ab210b3ec (diff)
downloadsncontinue-c196431ff1de014827066e3a04c39438c34ebe3d.tar.gz
sncontinue-c196431ff1de014827066e3a04c39438c34ebe3d.tar.bz2
sncontinue-c196431ff1de014827066e3a04c39438c34ebe3d.zip
Merge branch 'main' into too-large
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r--extension/react-app/src/index.css4
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%;
}