Add margins to group call overflow area

This commit is contained in:
Evan Hahn 2021-02-01 13:41:05 -06:00 committed by GitHub
parent dd160177a9
commit b672d33f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6910,6 +6910,8 @@ button.module-image__border-overlay:focus {
&__overflow {
flex: 0 0 auto;
position: relative;
margin-left: 16px;
margin-right: 16px;
&__inner {
position: absolute;