diff --git a/frontend/src/components/canvas/components/Editor/PreviewFullScreen.vue b/frontend/src/components/canvas/components/Editor/PreviewFullScreen.vue index 730c1c558f..1ba977c4df 100644 --- a/frontend/src/components/canvas/components/Editor/PreviewFullScreen.vue +++ b/frontend/src/components/canvas/components/Editor/PreviewFullScreen.vue @@ -1,5 +1,5 @@ - + {{ name }} diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 8234c98520..b0661ad2fa 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -13,7 +13,7 @@ body { - height: $contentHeight; + //height: $contentHeight; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; @@ -30,7 +30,7 @@ html { } #app { - height: $contentHeight; + //height: $contentHeight; } *, diff --git a/frontend/src/styles/variables.scss b/frontend/src/styles/variables.scss index 737f134ef3..017776b1ff 100644 --- a/frontend/src/styles/variables.scss +++ b/frontend/src/styles/variables.scss @@ -42,7 +42,7 @@ $subMenuHover:#f18126; $sideBarWidth: 210px; $topBarHeight: 56px; -$contentHeight: 100vh; +$contentHeight: calc(100vh - 56px); // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index 0edad9a879..f3c1f7a879 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -33,7 +33,7 @@