Skip to content

Commit e0468b2

Browse files
fix: render tutorial panel above the cube float
1 parent 0a139f8 commit e0468b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/rubikscube/tutorial.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ local function repaint_panel(session)
124124
border = "rounded",
125125
style = "minimal",
126126
focusable = false,
127+
-- Above the cube float: equal-zindex floats render the *focused* one on
128+
-- top, which would hide this non-focusable panel behind the cube.
129+
zindex = 60,
127130
title = " Tutorial ",
128131
title_pos = "center",
129132
}

0 commit comments

Comments
 (0)