Spaces:
Sleeping
Sleeping
Update table.html
Browse files- table.html +5 -2
table.html
CHANGED
|
@@ -71,12 +71,15 @@
|
|
| 71 |
width: 100%;
|
| 72 |
height: 100%;
|
| 73 |
background: rgba(0, 0, 0, 0.5); /* Полупрозрачный чёрный */
|
| 74 |
-
z-index:
|
| 75 |
display: block; /* Включено по умолчанию */
|
| 76 |
pointer-events: auto; /* Блокирует клики */
|
| 77 |
}
|
| 78 |
|
| 79 |
-
|
|
|
|
|
|
|
|
|
|
| 80 |
</style>
|
| 81 |
</head>
|
| 82 |
<body>
|
|
|
|
| 71 |
width: 100%;
|
| 72 |
height: 100%;
|
| 73 |
background: rgba(0, 0, 0, 0.5); /* Полупрозрачный чёрный */
|
| 74 |
+
z-index: 5; /* На передний план */
|
| 75 |
display: block; /* Включено по умолчанию */
|
| 76 |
pointer-events: auto; /* Блокирует клики */
|
| 77 |
}
|
| 78 |
|
| 79 |
+
/* Поднимаем SweetAlert2 выше */
|
| 80 |
+
.swal2-container {
|
| 81 |
+
z-index: 10 !important;
|
| 82 |
+
}
|
| 83 |
</style>
|
| 84 |
</head>
|
| 85 |
<body>
|