Context menus appear behind main window (SteamOS)

Godot Version

4.7 (Steam)

Question

Hi everyone, I have downloaded Godot on SteamOS; everytime I click a button that would open a context menu within the editor, that menu appears behind the main Godot window (both in windowed and full-screen).

After a bit of searching, I have toggled on and off multiple parameters that could be linked to the issue, including:

Project settings: Always on Top (but I figured later this wouldnt change anything as my issue is within the editor)

Editor settings: Single Window Mode

Here is a video of the issue :

https://youtu.be/yMFx2MIHBuc (my bad for the mouse clicks)

This behaviour does not appear on any other software (e.g. OBS Studio)

Hello everyone,

After further research I was able to solve the issue by adding the --single-window launch command to Godot (inside of Steam).

Thanks