summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-05 23:05:42 +0300
committerAndrew Dolgov <[email protected]>2017-03-05 23:05:42 +0300
commit3cfa1d1cae9cc5dc1b4ca3210ae39a16e3c45ccf (patch)
tree67eedd3ee523d1561524d801c1865cca9c0c4ca9 /css
parent237a9e913ddf1c281a62dc3fb144aa543c483fb0 (diff)
add dropdown menu item to show book summary
Diffstat (limited to 'css')
-rw-r--r--css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/index.css b/css/index.css
index b3231ad..484b21d 100644
--- a/css/index.css
+++ b/css/index.css
@@ -24,7 +24,8 @@
white-space : nowrap;
}
-.qtip-custom {
+.qtip-custom, .book-summary {
max-height : 250px;
overflow : auto;
}
+