Skip to content

Commit

Permalink
Merge pull request #14 from push-based/fix-comment
Browse files Browse the repository at this point in the history
fix: fix comments
  • Loading branch information
Karnaukhov-kh authored May 26, 2022
2 parents a2e4538 + 17c0973 commit 8d026e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-fast-lib/src/lib/svg-registry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function styleDomCacheForPerformance(el: HTMLElement): HTMLElement {
* reduce paint area with with/height 0 and overflow hidden
* fixed position of -2000px to always have it offscreen and outside of any native trigger (viewport observer in content visibilits)
* contain:content to leverage css perf features for older browsers not supporting content-visibility
* content-visibility: auto to exclude it completely from recalc styles
* content-visibility: auto to exclude it completely from styles recalculation
*/
el.setAttribute(
'style',
Expand Down

0 comments on commit 8d026e6

Please sign in to comment.