src_js/iconolab-bundle/src/iconolab.scss
changeset 379 690df941c075
parent 378 d3cc49347149
child 396 0a4743126d74
--- a/src_js/iconolab-bundle/src/iconolab.scss	Fri Feb 24 15:28:43 2017 +0100
+++ b/src_js/iconolab-bundle/src/iconolab.scss	Fri Feb 24 16:02:20 2017 +0100
@@ -311,7 +311,7 @@
         .panel {
             max-height: 600px;
             height: 600px;
-            overflow: scroll;
+            overflow-y: auto;
         }
         .list-group-item {
             .list-group-item-heading {
@@ -348,10 +348,12 @@
             margin-bottom: 0;
             max-height: 600px;
             height: 600px;
+            overflow-y: scroll;
         }
         .panel-body {
             flex-direction: column;
             justify-content: space-between;
+
             > * {
                 flex: 1;
             }
@@ -359,6 +361,8 @@
                 display: flex;
                 flex-direction: column;
                 justify-content: flex-end;
+
+                padding-bottom : 20px;
             }
         }
     }