summaryrefslogtreecommitdiff
path: root/src/components/Root.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Root.module.scss')
-rw-r--r--src/components/Root.module.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss
index 6538b75..95b218e 100644
--- a/src/components/Root.module.scss
+++ b/src/components/Root.module.scss
@@ -6,7 +6,6 @@
right: 0;
display: flex;
-
background: var(--color-background);
color: var(--color-text);
@@ -17,7 +16,7 @@
.content {
flex-grow: 1;
- overflow: auto;
+ overflow-y: auto;
/*