File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/ngx-layout/src/lib/modal/components/modal-overlay Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ 6.1.4] - 2024-12-30
11
+
12
+ ### Fixed
13
+
14
+ - ` ngx-layout ` : Add css class "m-overlay\_\_ inner" to section in ModalOverlayComponent.
15
+
10
16
## [ 6.1.3] - 2024-09-09
11
17
12
18
### Fixed
@@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
20
26
- ` ngx-pagination ` : Add strongly typed return type for forChild() in ItemCounterModule, which is necessary in Angular 18.
21
27
22
28
### Changed
29
+
23
30
- ` ngx-calendar ` : Changed ModuleWithProviders<any > to specific module in forChild()
24
31
- ` ngx-forms ` : Changed ModuleWithProviders<any > to specific module in forChild()
25
32
- ` ngx-pagination ` : Changed ModuleWithProviders<any > to specific module in forChild()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ModalAbstract } from '../../classes/modal.abstract';
5
5
@Component ( {
6
6
selector : 'aui-modal-overlay' ,
7
7
template : `
8
- <section>
8
+ <section class="m-overlay__inner" >
9
9
<ng-content></ng-content>
10
10
</section>
11
11
` ,
You can’t perform that action at this time.
0 commit comments