mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
2291f3e00e
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
16 lines
228 B
CSS
16 lines
228 B
CSS
html,
|
|
body {
|
|
height: 100%; /* needed for proper layout */
|
|
}
|
|
|
|
body {
|
|
overflow: hidden;
|
|
background-color: var(--pageBackground);
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
body {
|
|
overflow-y: auto;
|
|
}
|
|
}
|