mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Fixed: Don't cutoff Filter menu on mobile
This commit is contained in:
parent
74c0e409e7
commit
fb7bd4f14f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.sectionContainer {
|
.sectionContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 10%;
|
flex: 1 1 auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue