diff --git a/src/view/Office.vue b/src/view/Office.vue index 2b008b9332..bf6a1d97d7 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -733,7 +733,7 @@ export default { width: 100%; height: 100vh; height: 100dvh; - top: -50px; + top: calc(var(--header-height) * -1); position: absolute; z-index: 10001; }