style: Add .selectable class to Container for improved text selection handling
This commit is contained in:
parent
d35f15574e
commit
8df09b4ecc
@ -171,6 +171,7 @@ input,
|
|||||||
textarea,
|
textarea,
|
||||||
[contenteditable='true'],
|
[contenteditable='true'],
|
||||||
.markdown,
|
.markdown,
|
||||||
|
#messages,
|
||||||
.selectable,
|
.selectable,
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
|
|||||||
@ -119,7 +119,7 @@ const ProvidersList: FC = () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container className="selectable">
|
||||||
<ProviderListContainer>
|
<ProviderListContainer>
|
||||||
<AddButtonWrapper>
|
<AddButtonWrapper>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user