fix(tile-view): scrollbar size.

The scrollbar size was changing while scrolling.
This commit is contained in:
Hristo Terezov
2022-05-13 17:42:37 +03:00
parent fb6f38800b
commit c23d38807a

View File

@@ -5,8 +5,6 @@
.remote-videos {
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
overscroll-behavior: contain;
}