From 14906578cd10a86cb44b1b3c8869e2490cdb67b3 Mon Sep 17 00:00:00 2001 From: lethemanh Date: Tue, 14 Apr 2026 16:07:47 +0700 Subject: [PATCH] #783 fix scroll issue on ios --- src/components/Calendar/Calendar.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Calendar/Calendar.styl b/src/components/Calendar/Calendar.styl index cd58d82..fb8ab56 100644 --- a/src/components/Calendar/Calendar.styl +++ b/src/components/Calendar/Calendar.styl @@ -6,7 +6,7 @@ .main-layout display flex - height calc(100vh - 70px) + height calc(100dvh - 70px) .main-layout.isInIframe margin-top 8px