Prevent a slight horizontal scroll from page title area

Not entirely sure the root cause, but we do mess with default
overflow visibility in order to overlay the title on the image.

Ref #114
This commit is contained in:
benjamin melançon 2025-02-22 16:52:25 -05:00
parent 3526f6d6ed
commit dede5d0f90

View file

@ -39,6 +39,11 @@
} }
} }
// Prevent a slight horizontal scroll.
.page-title .container {
overflow-x: hidden;
}
/* On content listing pages (e.g. card view mode). */ /* On content listing pages (e.g. card view mode). */
.background-replacement-for-no-image { .background-replacement-for-no-image {
height: 10rem; height: 10rem;