We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b69b3b commit 1933705Copy full SHA for 1933705
crates/project_graph/src/stage.rs
@@ -61,7 +61,7 @@ impl Stage {
61
};
62
63
egui::Area::new(ui.make_persistent_id(entity.id()))
64
- .order(egui::Order::Foreground)
+ .order(egui::Order::Background)
65
.fixed_pos(screen_pos)
66
.show(ui.ctx(), |ui| {
67
let response = egui::Frame::new()
0 commit comments