Yuki Takei 2 лет назад
Родитель
Сommit
0ac7ad5536
1 измененных файлов с 1 добавлено и 1 удалено
  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 {
-  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
 }