refator_comm1

This commit is contained in:
Mateusz Gruszczyński
2025-10-18 23:51:21 +02:00
parent 5149ce140c
commit 88f42687bf
2 changed files with 139 additions and 301 deletions

View File

@@ -145,27 +145,36 @@ footer.site-footer a:hover {
}
#vm-admin table {
overflow: visible;
/* --- VM Admin: dropdown „target node” ma być zawsze nad wierszem poniżej --- */
#vm-admin,
#vm-admin .table-responsive,
#vm-admin table,
#vm-admin tbody,
#vm-admin tr,
#vm-admin td {
overflow: visible !important;
}
#vm-admin td {
vertical-align: middle;
position: relative;
z-index: 1;
}
#vm-admin .target-node {
position: relative;
z-index: 3;
z-index: 1001;
/* ponad sąsiednimi wierszami */
}
/* --- Toasty: prawy-dolny róg, stabilnie --- */
#toast-container {
position: fixed;
right: max(env(safe-area-inset-right), 1rem);
bottom: max(env(safe-area-inset-bottom), 1rem);
z-index: 1080;
pointer-events: none;
z-index: 2000;
width: min(480px, 96vw);
max-width: min(480px, 96vw);
pointer-events: none;
}
#toast-container .toast {