Mobile/filtering: make sure the header is top-most element
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
97e6494eee
commit
2caaf8889b
@ -367,6 +367,7 @@ Kirigami.ScrollablePage {
|
||||
id: filterHeader
|
||||
RowLayout {
|
||||
id: filterBar
|
||||
z: 5 //make sure it sits on top
|
||||
states: [
|
||||
State {
|
||||
name: "isVisible"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user