fix(filmstrip): bring down height to avoid electron drag area

This commit is contained in:
Leonard Kim 2019-04-12 13:53:24 -07:00 committed by yanas
parent f9c0c3e2f6
commit ab022c62f5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
height: 100%; height: 100%;
padding: 10px 5px; padding: 20px 5px 10px;
/** /**
* fixed positioning is necessary for remote menus and tooltips to pop * fixed positioning is necessary for remote menus and tooltips to pop
* out of the scrolling filmstrip. AtlasKit dialogs and tooltips use * out of the scrolling filmstrip. AtlasKit dialogs and tooltips use