1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00
Files
Radarr/frontend/src/Components/Page/PageContent.css
2019-06-11 22:06:43 -04:00

9 lines
131 B
CSS

.content {
position: relative;
display: flex;
flex-direction: column;
flex-grow: 1;
overflow-x: hidden;
width: 100%;
}