From b95a3b5c6a606f6da2d7261ae423b78d14695f4e Mon Sep 17 00:00:00 2001 From: Filippov Alex Date: Tue, 2 Jan 2024 16:14:05 +0530 Subject: [PATCH] technical debt --- static_source/admin/src/views/Dashboard/editor/editor.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static_source/admin/src/views/Dashboard/editor/editor.vue b/static_source/admin/src/views/Dashboard/editor/editor.vue index 2e3f8d1f5..e5a491432 100644 --- a/static_source/admin/src/views/Dashboard/editor/editor.vue +++ b/static_source/admin/src/views/Dashboard/editor/editor.vue @@ -222,6 +222,8 @@ const elContainerHeight = computed(()=> { //height: calc(100vh - 50px); height: inherit; height: -webkit-fill-available; + height: -moz-available; + height: fill-available; margin: 0; padding: 0; }