From f4a6ceb38b89ef3fe4de91067de8a5716018fec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 19 Jun 2026 09:23:00 +0400 Subject: [PATCH] =?UTF-8?q?topbar=20sticky=20+=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D1=8F=20(v1.0.52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.cfm b/index.cfm index a527fdc..542e966 100644 --- a/index.cfm +++ b/index.cfm @@ -12,7 +12,7 @@ :root { --brand-primary: #2563eb; --brand-primary-dark: #1d4ed8; --brand-gray: #d1d5db; --brand-grey-light: #f3f4f6; --background: #ffffff; --foreground: #1a1a1a; --muted: #6b7280; --destructive: #ef4444; --green: #22c55e; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, sans-serif; font-size: 14px; color: var(--foreground); background: var(--brand-grey-light); min-height: 100vh; } - .topbar { background: var(--background); border-bottom: 1px solid var(--brand-gray); padding: 0 24px; height: 56px; display: flex; align-items: center; gap: 16px; } + .topbar { background: var(--background); border-bottom: 1px solid var(--brand-gray); padding: 0 24px; height: 56px; display: flex; align-items: center; gap: 16px; position: sticky; top: 0; z-index: 50; } .topbar img { height: 28px; } .topbar .title { font-weight: 600; font-size: 16px; } .content { max-width: 900px; margin: 32px auto; padding: 0 16px; } @@ -61,7 +61,7 @@
Nubes - Сверка договоров — LLM v1.0.51 — Lucee + Сверка договоров — LLM v1.0.52 — Lucee