style: Add .selectable class to Container for improved text selection handling

This commit is contained in:
kangfenmao 2025-03-18 15:36:01 +08:00
parent d35f15574e
commit 8df09b4ecc
2 changed files with 2 additions and 1 deletions

View File

@ -171,6 +171,7 @@ input,
textarea,
[contenteditable='true'],
.markdown,
#messages,
.selectable,
pre,
code {

View File

@ -119,7 +119,7 @@ const ProvidersList: FC = () => {
})
return (
<Container>
<Container className="selectable">
<ProviderListContainer>
<AddButtonWrapper>
<Input