feat: Implement inertial horizontal scrolling for carousel components and enhance text selection handling
This commit is contained in:
@@ -215,6 +215,8 @@ export const MessageTextBody = recipe({
|
||||
overflow: 'clip',
|
||||
overflowY: 'clip',
|
||||
lineHeight: '1.5',
|
||||
userSelect: 'text',
|
||||
WebkitUserSelect: 'text',
|
||||
},
|
||||
variants: {
|
||||
preWrap: {
|
||||
|
||||
Reference in New Issue
Block a user