fix: black bar at bottom of screen and horizontal scroll bar
This commit is contained in:
@@ -3,16 +3,17 @@ import type { CSSProperties } from "react";
|
|||||||
const StatsStyling: Record<string, CSSProperties> = {
|
const StatsStyling: Record<string, CSSProperties> = {
|
||||||
page: {
|
page: {
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
|
||||||
minHeight: "100vh",
|
minHeight: "100vh",
|
||||||
minWidth: "100vh",
|
|
||||||
padding: 24,
|
padding: 24,
|
||||||
background: "#f6f7fb",
|
background: "#f6f7fb",
|
||||||
fontFamily:
|
fontFamily:
|
||||||
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif',
|
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif',
|
||||||
color: "#111827",
|
color: "#111827",
|
||||||
|
overflowX: "hidden",
|
||||||
|
boxSizing: "border-box"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
container: {
|
container: {
|
||||||
maxWidth: 1400,
|
maxWidth: 1400,
|
||||||
margin: "0 auto",
|
margin: "0 auto",
|
||||||
|
|||||||
Reference in New Issue
Block a user