mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-06 00:01:12 +01:00
fix scroll behaviour to match that of prior to the spinner fix
This commit is contained in:
parent
4a4ec596bd
commit
2b133deb63
@ -354,6 +354,11 @@ $SpaceRoomViewInnerWidth: 428px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpaceRoomDirectory_list {
|
||||
// we don't want this container to get forced into the flexbox layout
|
||||
display: contents;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpaceRoomView_privateScope {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user