Sửa lỗi đăng nhập vào admin mà không reload được page do lỗi tạo scene trước đó, sử dụng lệnh resetDB.js để khởi tạo lại, xóa các scene trước và ảnh đã upload
This commit is contained in:
@@ -138,6 +138,7 @@ html, body {
|
||||
|
||||
/* 3D Viewer Overlays (Full Screen) */
|
||||
#viewer-container {
|
||||
display: none; /* Khởi tạo ẩn để không chặn chuột */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -169,15 +170,6 @@ html, body {
|
||||
#close-viewer-btn:hover {
|
||||
background: white;
|
||||
}
|
||||
/* Modal Overlay */
|
||||
.modal-overlay {
|
||||
position: fixed;
|
||||
top: 0; left: 0; width: 100%; height: 100%;
|
||||
background: rgba(0,0,0,0.7);
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
|
||||
Reference in New Issue
Block a user