1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00
Sonarr/frontend/src/index.css

16 lines
228 B
CSS
Raw Normal View History

2018-01-13 04:01:27 +02:00
html,
body {
height: 100%; /* needed for proper layout */
}
body {
overflow: hidden;
background-color: var(--pageBackground);
2018-01-13 04:01:27 +02:00
}
2019-03-04 07:14:21 +02:00
@media only screen and (max-width: $breakpointSmall) {
2018-01-13 04:01:27 +02:00
body {
overflow-y: auto;
}
}