-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove z-index property of notification container
Set default value with CSS class instead. Default value could be customized with CSS variable if needed. If consumer prefers to set it on invocation, it could be set as any other HTML attribute using angle bracket component invocation: ```hbs <NotificationContainer style="z-index: 9999;" /> ``` This should be preferred over style bindings due to security reasons. Especially style bindings requires an `style-src: unsafe-inline` directive Content Security Policy, which is bad for security reasons.
- Loading branch information
Showing
4 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters