0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Improved styling of mismatched aspect ratio sliders

refs https://github.com/TryGhost/Team/issues/1249

The height:100%; stops taller images escaping the slider component.
This commit is contained in:
Fabien egg O'Carroll 2021-12-15 17:04:06 +02:00
parent 6f97396c1b
commit 6938808276

View file

@ -8,6 +8,7 @@
overflow: hidden;
top: 0;
left: 0;
height: 100%;
}
.kg-before-after-card .kg-before-after-card-image-after img {