mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #7015 from overleaf/ii-6955-admin-user-search
Fix admin users list height GitOrigin-RevId: 2128a3fd2885d324f37981f6ff21c75347e20a0b
This commit is contained in:
parent
11a81007f5
commit
95e7527449
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue