File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
webapp/src/app/components/widgets/shared/image-select-overlay Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments