Browse Source

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

master
Leonard Kim 6 years ago
parent
commit
ab022c62f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/filmstrip/_vertical_filmstrip.scss

+ 1
- 1
css/filmstrip/_vertical_filmstrip.scss View File

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

Loading…
Cancel
Save