FIX removing overflow hidden to avoid problems on article sidebar index sticky position

This commit is contained in:
Antoine M 2025-06-23 16:07:27 +02:00
parent a1d06eed7d
commit 8fcfa5b08d

View File

@ -4,5 +4,5 @@ a {
}
main {
overflow: hidden;
/* overflow-x: hidden; */
}