🚸 Improve auto scroll behavior

Only trigger when the last element is entirely visible
This commit is contained in:
Baptiste Arnaud
2024-04-18 12:11:28 +02:00
parent 3ca1a2f0d6
commit 5aad10e937
13 changed files with 44 additions and 40 deletions

View File

@@ -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(', ')