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.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss
index d23d62e..52717bb 100644
--- a/src/components/Root.module.scss
+++ b/src/components/Root.module.scss
@@ -6,3 +6,20 @@
min-height: 580px;
height: 100vh;
}
+
+.content {
+ flex-grow: 1;
+ overflow: scroll;
+
+ // $w: 7px;
+ // &::-webkit-scrollbar {
+ // width: $w;
+ // }
+ // &::-webkit-scrollbar-thumb {
+ // border-radius: 20px;
+ // background-color: rgba(221, 221, 221, 0.7);
+ // }
+ // &::-webkit-scrollbar-corner {
+ // background: transparent;
+ // }
+}