From: Alan Knowles Date: Wed, 3 Apr 2019 07:24:59 +0000 (+0800) Subject: docs/docs.css X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=fbae1227cfd7ba76cc59c1700ee8b0cb080e8ea0 docs/docs.css --- diff --git a/docs/docs.css b/docs/docs.css index 3b7e0fead9..032bb2a3fd 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -945,3 +945,9 @@ a.dropdown-toggle::before { border-bottom: 0; border-left: .3em solid transparent; } +.doc-implementors .panel-body { + max-height: 300px; + overflow-y: scroll; + overflow-x: hidden; + padding-left: 0; +} \ No newline at end of file