fix(wingbits): clamp popup to viewport after live data loads + cap photo height (#1973)

This commit is contained in:
Elie Habib
2026-03-21 10:11:10 +04:00
committed by GitHub
parent f326621abb
commit 3aa8e627fc
2 changed files with 17 additions and 0 deletions

View File

@@ -10761,6 +10761,8 @@ a.prediction-link:hover {
.flight-photo img {
width: 100%;
max-height: 160px;
object-fit: cover;
display: block;
border-radius: 4px;
}