mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Merge pull request #8846 from ctrlaltdavid/fix-card-z-order
Fix suggestion card appearing behind keyboard
This commit is contained in:
commit
5e697462ef
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ Window {
|
||||||
verticalCenter: backgroundImage.verticalCenter;
|
verticalCenter: backgroundImage.verticalCenter;
|
||||||
horizontalCenter: scroll.horizontalCenter;
|
horizontalCenter: scroll.horizontalCenter;
|
||||||
}
|
}
|
||||||
|
z: 100
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.Keyboard {
|
HifiControls.Keyboard {
|
||||||
|
|
Loading…
Reference in a new issue