Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: flyout menu height with banner (#95)
  • Loading branch information
Jinjiang committed May 22, 2023
1 parent 6b912b6 commit 623465b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/styles/vt-flyout.css
Expand Up @@ -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));
}

0 comments on commit 623465b

Please sign in to comment.