Fara-BrowserUse / src /index.css
VyoJ's picture
Upload 78 files
7fcdb70 verified
raw
history blame contribute delete
257 Bytes
/* Global styles - Material UI handles most of the styling */
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
#root {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}