Fix issue with threads timelines with few events cropping events (#8392)

This commit is contained in:
Michael Telatynski 2022-04-22 22:29:57 +01:00 committed by GitHub
parent bb4064ff43
commit 0c7a4dfcac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 38 deletions

View file

@ -70,10 +70,6 @@ limitations under the License.
overflow-y: auto;
flex: 1 1 0;
overflow-anchor: none;
&[data-scrollbar=false] {
overflow-y: hidden;
}
}
.mx_RoomView_messagePanelSearchSpinner {