Просмотр исходного кода

Merge pull request #7015 from overleaf/ii-6955-admin-user-search

Fix admin users list height

GitOrigin-RevId: 2128a3fd2885d324f37981f6ff21c75347e20a0b
ilkin-overleaf 4 лет назад
Родитель
Сommit
95e7527449
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/web/frontend/stylesheets/core/scaffolding.less

+ 1 - 1
services/web/frontend/stylesheets/core/scaffolding.less

@@ -32,7 +32,7 @@ body {
   min-height: 100%;
   position: relative;
   & > .content {
-    min-height: calc(~'100vh -' @footer-height);
+    min-height: 100vh;
     padding-top: @header-height + @content-margin-vertical;
   }