Compare commits

..

2 Commits

Author SHA1 Message Date
Antoine M
3f9eb84f35 FIX removing overflow hidden to avoid problems on article sidebar index sticky position
Some checks failed
continuous-integration/drone/push Build is failing
2025-06-23 16:08:01 +02:00
Antoine M
8fcfa5b08d FIX removing overflow hidden to avoid problems on article sidebar index sticky position 2025-06-23 16:07:27 +02:00

View File

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