Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom classes for flyout are not overriding defaults #3

Open
patch321 opened this issue Dec 3, 2018 · 2 comments
Open

custom classes for flyout are not overriding defaults #3

patch321 opened this issue Dec 3, 2018 · 2 comments

Comments

@patch321
Copy link

patch321 commented Dec 3, 2018

setting up my custom class like this

<ngx-flyout [(open)]="flyoutIsOpen" [hideOnBackdropClick]="false" [showBackdrop]="false" [showCloseButton]="false" [flyoutClasses]="['flyout-add']">

here is my CSS/SCSS
.flyout-add { background-color: black; }

none of the custom stylings are being applied

@lqsmj
Copy link

lqsmj commented May 16, 2019

Hey dude, did you solve this problem ?

@umdstu
Copy link

umdstu commented Feb 4, 2020

It's likely due to the transform style being applied. I'm haven't found a way around it yet though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants