Skip to content

Commit 9a04d61

Browse files
committed
Fix 31be38e regression causing formatting issues with large numbers of users.
1 parent 8cb07ad commit 9a04d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/xp.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ body
197197
/* Positioning */
198198
grid-row: 3;
199199
width: 100%;
200-
height: 100%;
200+
min-height: 0;
201201
/* Color */
202202
background: radial-gradient(circle at 5% 0, var(--radial-gradient-inner) 0,
203203
var(--radial-gradient-mid) 8%, var(--radial-gradient-outer) 15%);

0 commit comments

Comments
 (0)