mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Prevent programmatic scrolling within truncated room sublists (#7191)
This commit is contained in:
parent
08cd8926e6
commit
7f350ae0f4
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ limitations under the License.
|
|||
.mx_RoomSublist_tiles {
|
||||
flex: 1 0 0;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
// need this to be flex otherwise the overflow hidden from above
|
||||
// sometimes vertically centers the clipped list ... no idea why it would do this
|
||||
// as the box model should be top aligned. Happens in both FF and Chromium
|
||||
|
|
Loading…
Reference in a new issue