From 4eb861026b8aed148f411a307cf7c0a48d0d15f0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Feb 2017 19:13:00 +0300 Subject: add book description tooltips using qtip2 --- css/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') 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; +} -- cgit v1.2.3