From 3ead1d4790ca74a4512bed7b5982e6e98a886d95 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Tue, 16 Sep 2025 23:20:16 -0400 Subject: [PATCH 1/2] Fix: Dashboard icons appearing over menu bar --- emhttp/plugins/dynamix/sheets/DashStats.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix/sheets/DashStats.css b/emhttp/plugins/dynamix/sheets/DashStats.css index ab4537db1a..71cdbbf6d7 100644 --- a/emhttp/plugins/dynamix/sheets/DashStats.css +++ b/emhttp/plugins/dynamix/sheets/DashStats.css @@ -244,7 +244,7 @@ i#mycase[class^="fa "] { a.cpu_close, span.hand { cursor: pointer; - z-index: 1001; + z-index: 100; } /* a.info { white-space: normal; @@ -288,7 +288,7 @@ input[value="Edit"] { } .port_view, .control { - z-index: 10000; + z-index: 100; } .flat { height: 0; @@ -527,4 +527,4 @@ legend { .tile-select-case:has(img):hover { opacity: .75; -} \ No newline at end of file +} From cb8a00deecdda8538093c856d5076da9f131cf73 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Tue, 16 Sep 2025 23:23:04 -0400 Subject: [PATCH 2/2] Fix: Dashboard Tile management display on mobile sidebar themes --- emhttp/plugins/dynamix/DashStats.page | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emhttp/plugins/dynamix/DashStats.page b/emhttp/plugins/dynamix/DashStats.page index afbbc0c7b8..3f9864e83d 100644 --- a/emhttp/plugins/dynamix/DashStats.page +++ b/emhttp/plugins/dynamix/DashStats.page @@ -2027,6 +2027,9 @@ function dialogStyle() { $('.ui-dialog-title').css({'text-align':'center','width':'100%','font-size':'1.8rem'}); $('.ui-dialog-content').css({'padding-top':'15px','vertical-align':'bottom'}); $('.ui-button-text').css({'padding':'0px 5px'}); + isSidebarTheme()):?> + $('.ui-dialog').css({'z-index':'2001'}); + } function contentMgmt() {