mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile/filtering: make sure the header is top-most element
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bbcc8d52cb
commit
2c03acd158
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ Kirigami.ScrollablePage {
|
||||||
id: filterHeader
|
id: filterHeader
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: filterBar
|
id: filterBar
|
||||||
|
z: 5 //make sure it sits on top
|
||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
name: "isVisible"
|
name: "isVisible"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue