Skip to content

Commit

Permalink
fix: fullscreen surface should over layershell
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee committed Jan 17, 2024
1 parent ac781e4 commit 4ae934e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/treeland/quick/qml/StackWorkspace.qml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Item {
target: toplevelSurfaceItem
x: helper.getFullscreenX()
y: helper.getFullscreenY()
z: 100 + 1 // LayerType.Overlay + 1
width: helper.getFullscreenWidth()
height: helper.getFullscreenHeight()
}
Expand Down Expand Up @@ -393,6 +394,7 @@ Item {
target: xwaylandSurfaceItem
x: helper.getFullscreenX()
y: helper.getFullscreenY()
z: 100 + 1 // LayerType.Overlay + 1
width: helper.getFullscreenWidth()
height: helper.getFullscreenHeight()
positionMode: XWaylandSurfaceItem.PositionToSurface
Expand Down

0 comments on commit 4ae934e

Please sign in to comment.