Radarr/frontend/src/index.css

16 lines
228 B
CSS
Raw Permalink Normal View History

2018-11-23 07:04:42 +00:00
html,
body {
height: 100%; /* needed for proper layout */
}
body {
overflow: hidden;
background-color: var(--pageBackground);
2018-11-23 07:04:42 +00:00
}
@media only screen and (max-width: $breakpointSmall) {
body {
overflow-y: auto;
}
}