css 분석 페이지 수정 .
parent
26ed7cebc6
commit
9a7c55de49
20
index.css
20
index.css
|
|
@ -2108,6 +2108,26 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
align-content: flex-start;
|
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 */
|
/* Feature Tag */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue