webminidisc/src/index.css

15 lines
150 B
CSS

body, html {
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
}
#root {
height: 100%;
}
div {
outline: none;
}