mirror of
https://github.com/Radarr/Radarr
synced 2025-12-25 17:52:43 +01:00
8 lines
131 B
CSS
8 lines
131 B
CSS
.content {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|