refator_comm1
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user