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:
parent
3526f6d6ed
commit
dede5d0f90
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue