fix(tile-view): scrollbar size.
The scrollbar size was changing while scrolling.
This commit is contained in:
parent
fb6f38800b
commit
c23d38807a
|
@ -5,8 +5,6 @@
|
||||||
.remote-videos {
|
.remote-videos {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue