launcher: fix background height

Fix when typing and content shrinks during opening animation but background doesnt
This commit is contained in:
2 * r + 2 * t 2025-05-03 12:28:00 +10:00
parent ec50b03dcd
commit e34ce82297

View file

@ -32,7 +32,7 @@ Scope {
Background {
id: bg
realWrapperHeight: wrapper.height
realWrapperHeight: Math.min(wrapper.height, content.height)
}
Wrapper {