From ace090cb4b317e5ea33162af429c939f609aa244 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 23 Jun 2025 16:34:44 +0200 Subject: [PATCH] FIX fixing commentary causing problem --- resources/css/base/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/base/base.css b/resources/css/base/base.css index d073355..82c99e8 100644 --- a/resources/css/base/base.css +++ b/resources/css/base/base.css @@ -4,6 +4,6 @@ a { } main { - // Causing issues with the article sidebar index sticky positioning + /* Causing issues with the article sidebar index sticky positioning */ /* overflow-x: hidden; */ }