carhop__carhop-theme__DEV/resources/css/base/base.css
Antoine M 3f9eb84f35
Some checks failed
continuous-integration/drone/push Build is failing
FIX removing overflow hidden to avoid problems on article sidebar index sticky position
2025-06-23 16:08:01 +02:00

10 lines
171 B
CSS

a {
text-decoration: none;
@apply text-primary;
}
main {
// Causing issues with the article sidebar index sticky positioning
/* overflow-x: hidden; */
}