Hide scrollbar if content height is smaller than scroll node height (#7220)

This commit is contained in:
Germain 2021-11-29 17:03:53 +00:00 committed by GitHub
parent 9d52c23e06
commit 065b65a764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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