We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67e7d6 commit bbaa882Copy full SHA for bbaa882
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
+### Fixed
8
+- Added scrollbar back to character selector [#342](https://github.com/CCDirectLink/crosscode-map-editor/issues/342)
9
+
10
## [2.0.0] 2026-02-12
11
### Changed
12
- Updated all dependencies (Angular 17 -> 20)
webapp/src/app/components/widgets/shared/image-select-overlay/image-select-overlay.component.html
@@ -82,7 +82,7 @@
82
<div class="divider"></div>
83
84
}
85
- <div class="flex-auto mr-1.5">
+ <div class="flex-auto mr-1.5 overflow-auto">
86
@for (group of rightGroups; track group) {
87
<app-image-select-list
88
0 commit comments