mazdik / ng-modal

Angular resizable and draggable modal component
https://mazdik.github.io/ng-modal/
82 stars 43 forks source link

css issue for angular cli 9.2.1 #14

Closed xsisec closed 4 years ago

xsisec commented 4 years ago

Hello Dear I cant make the css working in angular cli 9.2.1

image

image

the header is still primary blue

image

atempt 2 with nested modal:

image

image

I have tried now in almost a week to solve this but I cant.

Notice my style.scss is clean as well.

mazdik commented 4 years ago

encapsulation: ViewEncapsulation.None, have you tried this?

xsisec commented 4 years ago

yup that was the issue!