mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +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%;
|
|
}
|