You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have moved the bar to the top, so now the tray and system items are in the top right corner and notifications are showing right below it. This is working fine but when I hover over the tray while notification is up, the menu is drawn at the same (it seems so) z-index as the notification so they both overlap. I would like the menu to be shown on top of the notification.
I can set z: 2 in Panels.qml on Notification.Wrapper and that makes the Notification to be drawn above the menus. So opposite of what I want, but at least there is a change.
I can't the the reverse however - when I set lower z on Notification.Wrapper and higher on BarPopouts.Wrapper there is no change at all.
Any suggestions how to solve this, at which exact place?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have moved the bar to the top, so now the tray and system items are in the top right corner and notifications are showing right below it. This is working fine but when I hover over the tray while notification is up, the menu is drawn at the same (it seems so) z-index as the notification so they both overlap. I would like the menu to be shown on top of the notification.
I can set
z: 2
inPanels.qml
onNotification.Wrapper
and that makes the Notification to be drawn above the menus. So opposite of what I want, but at least there is a change.I can't the the reverse however - when I set lower z on Notification.Wrapper and higher on BarPopouts.Wrapper there is no change at all.
Any suggestions how to solve this, at which exact place?
Beta Was this translation helpful? Give feedback.
All reactions