Skip to content

Commit bbaa882

Browse files
authored
fixed missing scrollbar in character selector, fix #342
1 parent f67e7d6 commit bbaa882

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Fixed
8+
- Added scrollbar back to character selector [#342](https://github.com/CCDirectLink/crosscode-map-editor/issues/342)
9+
710
## [2.0.0] 2026-02-12
811
### Changed
912
- Updated all dependencies (Angular 17 -> 20)

webapp/src/app/components/widgets/shared/image-select-overlay/image-select-overlay.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<div class="divider"></div>
8383

8484
}
85-
<div class="flex-auto mr-1.5">
85+
<div class="flex-auto mr-1.5 overflow-auto">
8686
@for (group of rightGroups; track group) {
8787
<app-image-select-list
8888

0 commit comments

Comments
 (0)