From 623465bc2a62b788e8a9f61102e865cac3f7ef67 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Mon, 22 May 2023 14:49:07 +1000 Subject: [PATCH] fix: flyout menu height with banner (#95) --- src/core/styles/vt-flyout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/styles/vt-flyout.css b/src/core/styles/vt-flyout.css index 2e73b9d..e02c6b8 100644 --- a/src/core/styles/vt-flyout.css +++ b/src/core/styles/vt-flyout.css @@ -65,5 +65,5 @@ visibility: hidden; transform: translateY(-4px); transition: opacity .25s, visibility .25s, transform .25s; - max-height: calc(100vh - var(--vt-nav-height)); + max-height: calc(100vh - var(--vt-nav-height) - var(--vt-banner-height, 0px)); } \ No newline at end of file