From 80961723894cc535e4d3654053cebb06de4e5195 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 7 Mar 2015 15:01:51 +0200 Subject: client/node_info: hack for y-overflow. creates horizontal bar as well which is ugly Together with addition of new attributes fixes #357 --- res/client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index cab83837..11d01949 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -460,7 +460,8 @@ body.debug .debug-ui-right { .info-container { position: absolute; right: 20px; - top: 130px; } + top: 130px; + overflow-y: auto; } .subtitle { font-style: italic; -- cgit v1.3.1