aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/css/mod_apps.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css
index f3ffab681..cfaf5ef87 100644
--- a/view/css/mod_apps.css
+++ b/view/css/mod_apps.css
@@ -6,8 +6,9 @@
}
.app-detail {
- height: 140px;
- overflow: none;
+ height: 130px;
+ overflow-x: hidden;
+ overflow-y: hidden;
}
.app-tools {