docs/docs.css
authorAlan Knowles <alan@roojs.com>
Wed, 3 Apr 2019 07:24:59 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Apr 2019 07:24:59 +0000 (15:24 +0800)
docs/docs.css

index 3b7e0fe..032bb2a 100644 (file)
@@ -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