mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
Fixed scrolling in 'Edit issue statuses' (#2933)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
<Loading />
|
||||
{:else}
|
||||
<Scroller>
|
||||
<div class="popupPanel-body__main-content py-10 clear-mins">
|
||||
<div class="popupPanel-body__main-content py-10 clear-mins flex-no-shrink">
|
||||
{#each statusCategories as category}
|
||||
{@const statuses =
|
||||
$statusStore.statuses.filter((s) => s.space === projectId && s.category === category._id) ?? []}
|
||||
|
||||
Reference in New Issue
Block a user