From 6890049685a48696b8d0531267a20609b14d76b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:36:39 +0100 Subject: [PATCH] add datatables options --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 95c3daa..e520fbf 100644 --- a/source/conf.py +++ b/source/conf.py @@ -45,6 +45,6 @@ rst_epilog = """ .. include:: colors.rst """ datatables_options = { - "scrollY": 300, + "scrollY": 3000, "paging": False, }