GNM-111 scroll bar entfernt wenn mehr als 5 module vorhanden sind
diff --git a/src/app/pages/module-grid/module-grid.component.css b/src/app/pages/module-grid/module-grid.component.css
index 576b3a4..965c2ef 100644
--- a/src/app/pages/module-grid/module-grid.component.css
+++ b/src/app/pages/module-grid/module-grid.component.css
@@ -9,30 +9,31 @@
 * 
 ******************************************************************************
 */
+
 .row {
     display: flex;
     flex-wrap: wrap;
+    margin-top: auto;
+    margin-bottom: auto;
+}
 
-    margin-top:auto;
-    margin-bottom:auto;
-  }
-  .title-footer {
-    display:block;
+.title-footer {
+    display: block;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     height: 48px;
     color: #fff;
-    background: rgba(0,0,0,.38);
+    background: rgba(0, 0, 0, .38);
     overflow: hidden;
     left: 0px;
-    right:0px;
+    right: 0px;
     position: absolute;
     bottom: 0px;
-    text-align: center; 
+    text-align: center;
     border-bottom-left-radius: 10px;
-    border-bottom-right-radius: 10px; 
-    margin-left:15px;
+    border-bottom-right-radius: 10px;
+    margin-left: 15px;
     margin-right: 15px;
 }
 
@@ -43,6 +44,7 @@
 
 #moduleRightsCondition {
     justify-content: center;
+    overflow: hidden;
 }
 
 #forLoopDiv {
@@ -140,14 +142,12 @@
 /* Base */
 
 .element {
-    display:table;
-    margin:14px auto;
+    display: table;
+    margin: 14px auto;
     font-size: 16px;
     display: table;
     position: relative;
     z-index: 2;
-    
-    
 }
 
 .element:hover,