Mobile/filtering: make sure the header is top-most element

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-10-19 16:08:14 -04:00
parent 97e6494eee
commit 2caaf8889b

View file

@ -367,6 +367,7 @@ Kirigami.ScrollablePage {
id: filterHeader
RowLayout {
id: filterBar
z: 5 //make sure it sits on top
states: [
State {
name: "isVisible"