Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7f350ae

Browse files
authored
Prevent programmatic scrolling within truncated room sublists (#7191)
1 parent 08cd892 commit 7f350ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_RoomSublist.scss

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ limitations under the License.
187187
.mx_RoomSublist_tiles {
188188
flex: 1 0 0;
189189
overflow: hidden;
190+
overflow: clip;
190191
// need this to be flex otherwise the overflow hidden from above
191192
// sometimes vertically centers the clipped list ... no idea why it would do this
192193
// as the box model should be top aligned. Happens in both FF and Chromium

0 commit comments

Comments
 (0)