fix(theme): navScreen style inset
This commit is contained in:
parent
db65ebeb1d
commit
5787a47c47
@ -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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user