FIX removing overflow hidden to avoid problems on article sidebar index sticky position
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2025-06-23 16:08:01 +02:00
parent 8fcfa5b08d
commit 3f9eb84f35

View File

@ -4,5 +4,6 @@ a {
} }
main { main {
// Causing issues with the article sidebar index sticky positioning
/* overflow-x: hidden; */ /* overflow-x: hidden; */
} }