mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-14 11:42:01 +01: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 {
|
||||
display: flex;
|
||||
flex: 1 1 10%;
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue