From 5baf951561ae98dc3ae76df4a15958dd2e6e9824 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 20 Apr 2023 15:08:15 +0200 Subject: [PATCH] fix css region-main --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index ed0d263..476177a 100644 --- a/styles.css +++ b/styles.css @@ -1046,3 +1046,7 @@ th.first-column-iena, th.second-column-iena, th.actions-column-iena, th.third-co background-color: #e5e5e5; } + +#region-main{ + overflow-x: visible!important; +} \ No newline at end of file -- GitLab