From 534baeb735218e4e8ba155ab45d6f32dc83795b5 Mon Sep 17 00:00:00 2001 From: RaayNoff Date: Mon, 5 Sep 2022 00:50:30 +0700 Subject: [PATCH] Now all tasks should fit on smaller resolutions. --- .../common/homeContent/additional/viewTemplate.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/homeContent/additional/viewTemplate.module.scss b/src/components/common/homeContent/additional/viewTemplate.module.scss index 1ddfd9d..49f9785 100644 --- a/src/components/common/homeContent/additional/viewTemplate.module.scss +++ b/src/components/common/homeContent/additional/viewTemplate.module.scss @@ -29,8 +29,8 @@ overflow: scroll; overflow-y: scroll; overflow-x: hidden; - max-height: 75vh; scrollbar-width: 0px; + max-height: 70vh; &::-webkit-scrollbar { width: 0px;