fix: hide agent assistant message scrollbar

This commit is contained in:
jxxghp
2026-06-25 13:56:46 +08:00
parent 090c5476c6
commit e445437129

View File

@@ -2038,8 +2038,12 @@ onScopeDispose(() => {
padding-block: 1rem;
padding-inline: 1rem;
scroll-behavior: auto;
scrollbar-gutter: stable;
scrollbar-width: thin;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
.agent-assistant-messages__content {