summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-23 20:20:21 -0400
committerDavid Gay <david@davidgay.org>2021-06-23 20:23:00 -0400
commitc608468b7d6dad0a007ce1031724737b02fbdd55 (patch)
tree23f07975ec0a3afe3015c6196d63b59256b715c1 /CHANGELOG.md
parent5fde28051b17e0f498bc9bb09666c2567d4c776a (diff)
Fix results and chat divs sometimes not scrolling due to large output
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 115a130..16a9213 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [Unreleased]
+
+### Fixed
+- Results and chat areas sometimes didn't scroll to bottom when they should. This was caused by large result outputs
+ being larger than the scroll tolerance.
+
## [0.1.11.3] - 2021-06-22
### UI