fix(ui): contain map z-index so it doesn't overlap sticky header/nav
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 2m29s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m4s
Build and Push Docker Images / Build Integrator (push) Successful in 57s
Build and Push Docker Images / Build Kestra Init (push) Successful in 33s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 0s

This commit is contained in:
2026-03-25 11:52:08 +00:00
parent 2998ae2568
commit 59ed92b63c

View File

@@ -395,6 +395,9 @@
border-radius: 8px;
overflow: hidden;
border: 1px solid var(--border-color, #e5dfd5);
isolation: isolate;
z-index: 0;
position: relative;
}
/* History Table */