We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Being able to configure the $cdk-z-index-overlay, $cdk-z-index-overlay-container, and $cdk-z-index-overlay-backdrop values.
I have to override the values with css selectors.
$cdk-z-index-overlay-container: 1080; $cdk-z-index-overlay: 1080; $cdk-z-index-overlay-backdrop: 1080; @import '~node_modules/@angular/cdk/overlay'; @include cdk-overlay();
"@angular/animations": "~7.2.0", "@angular/cdk": "^7.3.3", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", "@angular/core": "~7.2.0", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", "@angular/material": "^7.3.3", "@ngx-translate/core": "~11.0.1", "bootstrap": "4.2.1", "core-js": "^2.5.4", "ngx-bootstrap": "^3.1.4", "rxjs": "~6.3.3", "tslib": "^1.9.0", "zone.js": "~0.8.26"
The text was updated successfully, but these errors were encountered:
fix(overlay): allow overlay sass variables to be overwritten
1619978
Marks the overlay-related Sass variables as `default` so that they can be overwritten. Fixes angular#15467.
0905e30
Marks the overlay-related Sass variables as `default` so that they can be overwritten. Fixes #15467.
fix(overlay): allow overlay sass variables to be overwritten (#15507)
b1c10d1
fix(overlay): allow overlay sass variables to be overwritten (angular…
28180d1
…#15507) Marks the overlay-related Sass variables as `default` so that they can be overwritten. Fixes angular#15467.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
crisbeto
Successfully merging a pull request may close this issue.
What is the expected behavior?
Being able to configure the $cdk-z-index-overlay, $cdk-z-index-overlay-container, and $cdk-z-index-overlay-backdrop values.
What is the current behavior?
I have to override the values with css selectors.
What are the steps to reproduce?
$cdk-z-index-overlay-container: 1080;
$cdk-z-index-overlay: 1080;
$cdk-z-index-overlay-backdrop: 1080;
@import '~node_modules/@angular/cdk/overlay';
@include cdk-overlay();
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/animations": "~7.2.0",
"@angular/cdk": "^7.3.3",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@angular/material": "^7.3.3",
"@ngx-translate/core": "~11.0.1",
"bootstrap": "4.2.1",
"core-js": "^2.5.4",
"ngx-bootstrap": "^3.1.4",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
The text was updated successfully, but these errors were encountered: