Browse Source

fix(tile-view): scrollbar size.

The scrollbar size was changing while scrolling.
master
Hristo Terezov 3 years ago
parent
commit
c23d38807a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      css/filmstrip/_tile_view.scss

+ 0
- 2
css/filmstrip/_tile_view.scss View File

5
     .remote-videos {
5
     .remote-videos {
6
         align-items: center;
6
         align-items: center;
7
         box-sizing: border-box;
7
         box-sizing: border-box;
8
-        display: flex;
9
-        flex-direction: column;
10
         overscroll-behavior: contain;
8
         overscroll-behavior: contain;
11
     }
9
     }
12
 
10
 

Loading…
Cancel
Save