From 3204a03016137694e3af1ddd087abad10092833e Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Mon, 30 Sep 2024 16:02:52 +0200 Subject: [PATCH] fix: HeightResizable auto scrollbars --- CHANGELOG.md | 1 + src/components/HeightResizable.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a83b48..322663e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ As this project is a user-facing application, the places in the semantic version - Show loading spinners when downloading export files - Strip slash from Matomo url - Backend error messages are ignored when fetching files with "blob" as responseType [#171](https://github.com/spraakbanken/mink-frontend/issues/171) +- Remove unnecessary scroll bars from HeightResizable, used in code boxes ## [1.6.1] (2024-08-13) diff --git a/src/components/HeightResizable.vue b/src/components/HeightResizable.vue index fa58c61..d9b1685 100644 --- a/src/components/HeightResizable.vue +++ b/src/components/HeightResizable.vue @@ -1,7 +1,7 @@