Merge pull request #8846 from ctrlaltdavid/fix-card-z-order

Fix suggestion card appearing behind keyboard
This commit is contained in:
Howard Stearns 2016-10-18 15:01:03 -07:00 committed by GitHub
commit 5e697462ef

View file

@ -282,6 +282,7 @@ Window {
verticalCenter: backgroundImage.verticalCenter;
horizontalCenter: scroll.horizontalCenter;
}
z: 100
}
HifiControls.Keyboard {