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 e1f5b54 commit 5266054Copy full SHA for 5266054
src/main/java/com/cleanroommc/modularui/screen/ModularScreen.java
@@ -324,6 +324,7 @@ public void drawForeground() {
324
this.context.reset();
325
this.context.pushViewport(null, this.context.getScreenArea());
326
for (ModularPanel panel : this.panelManager.getReverseOpenPanels()) {
327
+ this.context.updateZ(100 + panel.getArea().getPanelLayer() * 20);
328
if (panel.isEnabled()) {
329
WidgetTree.drawTreeForeground(panel, this.context);
330
}
0 commit comments