removed the default padding from page container, and changed the prop from padding to spacing, this will add left and right padding and a top margin, also disable the page wide scroll bar in app.css

This commit is contained in:
csawatzky 2025-06-09 14:12:42 -06:00
parent 06a5476e93
commit 48f3c03ebc
8 changed files with 13 additions and 8 deletions

View file

@ -22,6 +22,7 @@ html, body, #root {
height: 100%;
margin: 0;
padding: 0;
overflow-y: hidden;
}
/* styles.css or a CSS module */