From 9a7c55de4955b4944c13f659bbfbb75fef878239 Mon Sep 17 00:00:00 2001 From: hbyang Date: Fri, 16 Jan 2026 15:24:12 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EB=B6=84=EC=84=9D=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.css b/index.css index 3de60f2..ad7be3f 100644 --- a/index.css +++ b/index.css @@ -2108,6 +2108,26 @@ flex-wrap: wrap; gap: 8px; align-content: flex-start; + overflow-y: auto; + flex: 1; + min-height: 0; +} + +.tags-wrapper::-webkit-scrollbar { + width: 6px; +} + +.tags-wrapper::-webkit-scrollbar-track { + background: transparent; +} + +.tags-wrapper::-webkit-scrollbar-thumb { + background: #379599; + border-radius: 3px; +} + +.tags-wrapper::-webkit-scrollbar-thumb:hover { + background: #4AABAF; } /* Feature Tag */