forked from mystiq/hydrogen-web
fix filter field height
This commit is contained in:
parent
2fe6f4b769
commit
ddbe3305c8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,6 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.LeftPanel .filter {
|
||||
flex: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -37,6 +36,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.RoomList {
|
||||
flex: 1 0 0;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue