css 분석 페이지 수정 .

main
hbyang 2026-01-16 15:24:12 +09:00
parent 26ed7cebc6
commit 9a7c55de49
1 changed files with 20 additions and 0 deletions

View File

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