🚸 Improve auto scroll behavior
Only trigger when the last element is entirely visible
This commit is contained in:
@@ -525,7 +525,6 @@ const setInputs = (
|
||||
: '0'
|
||||
)
|
||||
|
||||
console.log(hexToRgb(inputs?.border?.color ?? '').join(', '))
|
||||
documentStyle.setProperty(
|
||||
cssVariableNames.chat.inputs.borderColor,
|
||||
hexToRgb(inputs?.border?.color ?? '').join(', ')
|
||||
|
||||
Reference in New Issue
Block a user