Skip to content

Commit 6a8e24c

Browse files
committed
Fix drop-down lists z-index
There is no need for a bigger value than 1
1 parent b4bf946 commit 6a8e24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

urbanlifestyle/Main.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Rectangle {
229229
arrowIcon: config.angleDown
230230
model: sessionModel
231231
index: sessionModel.lastIndex
232-
z: 100
232+
z: 1
233233

234234
Layout.columnSpan: loginBoxLayout.columns - 1
235235
Layout.fillWidth: true
@@ -245,7 +245,7 @@ Rectangle {
245245
focusColor: '#31d8de'
246246
hoverColor: focusColor
247247
arrowIcon: config.angleDown
248-
z: 100
248+
z: 1
249249

250250
Layout.fillWidth: true
251251

0 commit comments

Comments
 (0)