fix(filmstrip): bring down height to avoid electron drag area
This commit is contained in:
parent
f9c0c3e2f6
commit
ab022c62f5
|
@ -25,7 +25,7 @@
|
|||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
height: 100%;
|
||||
padding: 10px 5px;
|
||||
padding: 20px 5px 10px;
|
||||
/**
|
||||
* fixed positioning is necessary for remote menus and tooltips to pop
|
||||
* out of the scrolling filmstrip. AtlasKit dialogs and tooltips use
|
||||
|
|
Loading…
Reference in New Issue