From f585e67006632cc33105f9a8f1def7d425563bca Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 26 Jun 2026 06:25:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BE=D0=BA=D0=BD=D0=BE=20=D0=9F=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D1=8B=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B0=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D0=BB?= =?UTF-8?q?=D0=BE=D1=81=D1=8C=20(hidden=20vs=20display:grid)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 926cc13..00e988d 100644 --- a/styles.css +++ b/styles.css @@ -135,6 +135,7 @@ textarea.cell-input{resize:vertical;min-height:38px;line-height:1.4} position:fixed;inset:0;background:rgba(15,18,24,.55);backdrop-filter:blur(2px); z-index:100;display:grid;place-items:center;padding:20px;overflow-y:auto; } +.modal-overlay[hidden]{display:none} .modal{background:#fff;border-radius:14px;width:100%;max-width:680px;box-shadow:var(--shadow-lg);max-height:92vh;display:flex;flex-direction:column} .modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)} .modal-head h2{font-size:18px;font-weight:700}