diff --git a/DrSousan.Api/wwwroot/admin/index.html b/DrSousan.Api/wwwroot/admin/index.html index fe92bf1..bd49f24 100644 --- a/DrSousan.Api/wwwroot/admin/index.html +++ b/DrSousan.Api/wwwroot/admin/index.html @@ -164,7 +164,7 @@ tr:hover td{background:#FAFBFC} /* ── Modal ── */ .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem} -.modal-overlay.hidden,.fm-overlay.hidden{display:none} +.modal-overlay.hidden,.fm-overlay.hidden,.cropper-overlay.hidden{display:none} .modal{background:var(--white);border-radius:16px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto} .modal-header{padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:var(--white);z-index:1} .modal-title{font-size:1rem;font-weight:600}