Skip to content

Commit

Permalink
refactor(Progress): override tooltip panel position at the component …
Browse files Browse the repository at this point in the history
…level
  • Loading branch information
dgonzalezr committed Apr 15, 2024
1 parent 2f634b3 commit b85ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beeq/src/components/progress/bq-progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class BqProgress {
/>
{this.enableTooltip && !this.indeterminate && (
<bq-tooltip
class="absolute"
class="absolute [&::part(panel)]:absolute"
exportparts="base,trigger,panel"
alwaysVisible={true}
distance={16}
Expand Down

0 comments on commit b85ab37

Please sign in to comment.