fix: black bar at bottom of screen and horizontal scroll bar

This commit is contained in:
2026-02-03 10:34:35 +00:00
parent 44e9c0e9b8
commit 5fbaf5fadc

View File

@@ -3,16 +3,17 @@ import type { CSSProperties } from "react";
const StatsStyling: Record<string, CSSProperties> = {
page: {
width: "100%",
height: "100%",
minHeight: "100vh",
minWidth: "100vh",
padding: 24,
background: "#f6f7fb",
fontFamily:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif',
color: "#111827",
overflowX: "hidden",
boxSizing: "border-box"
},
container: {
maxWidth: 1400,
margin: "0 auto",