From 0e92be8bdee32a221a29c112f25b4ea0bba6bfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=B6=E7=BA=A7=E5=8E=8B=E5=8A=9B=E5=B0=8F=E5=AD=90?= <45672942@qq.com> Date: Mon, 14 Aug 2023 01:25:18 +0800 Subject: [PATCH] style(notion-page-scroller): change min-height --- packages/react-notion-x/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-notion-x/src/styles.css b/packages/react-notion-x/src/styles.css index 184e8b3f..0cd636ed 100644 --- a/packages/react-notion-x/src/styles.css +++ b/packages/react-notion-x/src/styles.css @@ -297,7 +297,7 @@ flex-direction: column; flex-grow: 1; align-items: center; - min-height: calc(100vh - var(--notion-header-height)); + min-height: calc(100% - var(--notion-header-height)); } .notion-red,