File size: 150 Bytes
bfe2b83 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
* {
font-family: 'Poppins', sans-serif;
}
.gr-column > div {
max-height: 600px;
overflow-y: auto;
}
body, html {
margin: 0;
padding: 0;
}
|
bfe2b83 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
* {
font-family: 'Poppins', sans-serif;
}
.gr-column > div {
max-height: 600px;
overflow-y: auto;
}
body, html {
margin: 0;
padding: 0;
}
|