don't scroll sub list header
This commit is contained in:
parent
0b615b21e2
commit
d264687796
4 changed files with 25 additions and 23 deletions
|
@ -15,10 +15,15 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_RoomSubList {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
min-height: 80px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_RoomSubList_hidden {
|
||||
flex: 0;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
.mx_RoomSubList_resizer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue