mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix filter field height
This commit is contained in:
parent
2fe6f4b769
commit
ddbe3305c8
@ -20,7 +20,6 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.LeftPanel .filter {
|
.LeftPanel .filter {
|
||||||
flex: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,6 +36,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.RoomList {
|
.RoomList {
|
||||||
|
flex: 1 0 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user