fix(Filmstrip): Fix scrollbars around filmstrip (#9519)

This commit is contained in:
Mihai-Andrei Uscat 2021-07-08 16:43:15 +03:00 committed by GitHub
parent 62c78950cd
commit 33f1199fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -120,3 +120,7 @@
}
}
}
.indicator-icon-container {
display: inline-block;
}