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 */