1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 07:01:29 +00:00
Sonarr/frontend/src/index.css
2019-03-03 21:14:21 -08:00

15 lines
214 B
CSS

html,
body {
height: 100%; /* needed for proper layout */
}
body {
overflow: hidden;
background-color: #f5f7fa;
}
@media only screen and (max-width: $breakpointSmall) {
body {
overflow-y: auto;
}
}