15 lines
236 B
CSS
15 lines
236 B
CSS
@import '../node_modules/semantic-ui-reset/reset.css';
|
|
|
|
html {
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-family: Arial, sans-serif;
|
|
}
|