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

Fix admin users list height

GitOrigin-RevId: 2128a3fd2885d324f37981f6ff21c75347e20a0b
This commit is contained in:
ilkin-overleaf 2022-03-09 12:26:40 +02:00 committed by Copybot
parent 11a81007f5
commit 95e7527449

View file

@ -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;
}