summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 5de7b47..b3231ad 100644
--- a/css/index.css
+++ b/css/index.css
@@ -23,3 +23,8 @@
text-overflow: ellipsis;
white-space : nowrap;
}
+
+.qtip-custom {
+ max-height : 250px;
+ overflow : auto;
+}