Lidarr/frontend/src/Components/Page/PageContent.css

9 lines
131 B
CSS

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