PageViewLayout.module.scss 139 B

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