1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-27 17:54:34 -04:00
Files
Radarr/frontend/src/index.css
2019-06-11 22:06:43 -04:00

16 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;
}
}