Browse Source

Merge 356d0fb256 into 4da5c3cac9

pull/6710/merge
Asish Kumar 4 days ago
committed by GitHub
parent
commit
7cae7357ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 4
      apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

1
CHANGELOG.md

@ -126,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed the import activities dialog so long notice lists remain scrollable within the viewport
- Improved the style of the activity type component
## 2.253.0 - 2026-04-06

4
apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

@ -2,7 +2,9 @@
display: block;
.mat-mdc-dialog-content {
max-height: unset;
max-height: calc(100vh - 10rem);
min-height: 0;
overflow-y: auto;
a {
color: rgba(var(--palette-primary-500), 1);

Loading…
Cancel
Save