diff --git a/app/(home)/styles.module.scss b/app/(home)/styles.module.scss index 9dd5f5e02..68640c78b 100644 --- a/app/(home)/styles.module.scss +++ b/app/(home)/styles.module.scss @@ -2,7 +2,7 @@ .scrollContainer { position: absolute; - height: calc(100% - 822px); + height: calc(100% - 842px); right: spacing.$page-margin-x; // float: right; }