--- 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;
}
}
}