fix(theme): navScreen style inset

This commit is contained in:
pengzhanbo 2024-05-05 02:12:44 +08:00
parent db65ebeb1d
commit 5787a47c47

View File

@ -33,7 +33,7 @@ const isLocked = useScrollLock(inBrowser ? document.body : null)
<style scoped>
.nav-screen {
position: fixed;
inset: calc(var(--vp-nav-height) + var(--vp-layout-top-height, 0px)) 0 0 0;
inset: calc(var(--vp-nav-height) + var(--vp-layout-top-height, 0px)) 0 0;
/* rtl:ignore */