Fix admin users list height GitOrigin-RevId: 2128a3fd2885d324f37981f6ff21c75347e20a0b
@@ -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;
}