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;
|
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
|
||||||
|
|
Loading…
Reference in New Issue