From 736596647026baf8df876ae4ba352d9f7c3ccbba Mon Sep 17 00:00:00 2001 From: koziavin Date: Thu, 29 May 2025 15:58:04 +0400 Subject: [PATCH] update --- platform/article.css | 2 +- platform/default.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/platform/article.css b/platform/article.css index 20f14ca..373f53e 100644 --- a/platform/article.css +++ b/platform/article.css @@ -614,7 +614,7 @@ table td { /*-- ������ ������� --*/ .article__sidebar { flex: 1 0 20%; - margin-top: -20px; + margin-top: -30px; } .article__sidebar input { diff --git a/platform/default.css b/platform/default.css index edc4563..30a5c4f 100644 --- a/platform/default.css +++ b/platform/default.css @@ -100,7 +100,6 @@ h3 { } .sidebar { - padding-top: 8px; min-height: 100vh; } @@ -456,7 +455,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { position: sticky; top: 80px; /*display: flex; */ - /*max-height: calc(100vh - 80px);*/ transition: top .2s linear; } @@ -595,7 +593,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { .sidebar__wrapper { position: static; margin-top: 72px; - overflow-y: auto; + overflow: auto; + max-height: calc(100svh - 80px); } .sidebar__header {