Skip to content

Commit

Permalink
export anchor region and removed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Jan 21, 2021
1 parent 6772090 commit 416d559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/web-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './accordion/';
export * from './anchor/';
export * from './anchored-region';
export * from './badge/';
export * from './breadcrumb';
export * from './breadcrumb-item';
Expand Down
2 changes: 0 additions & 2 deletions packages/web-components/src/tooltip/tooltip.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const TooltipStyles = css`
font-size: var(--type-ramp-base-font-size);
line-height: var(--type-ramp-base-line-height);
white-space: nowrap;
// TODO: a mechanism to manage z-index across components
// https://github.com/microsoft/fast/issues/3813
z-index: 10000;
}
Expand Down

0 comments on commit 416d559

Please sign in to comment.