Browse Source

adjust height

Yuki Takei 2 years ago
parent
commit
0ac7ad5536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/Layout/PageViewLayout.module.scss

+ 1 - 1
apps/app/src/components/Layout/PageViewLayout.module.scss

@@ -1,3 +1,3 @@
 .page-view-layout :global {
 .page-view-layout :global {
-  min-height: calc(100vh - 116px - 250px); // 100vh - subnavigation height - page-comments-row minimum height
+  min-height: calc(100vh - 48px - 250px); // 100vh - subnavigation height - page-comments-row minimum height
 }
 }