Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(tooltip): change from inline to inline-block to account for md-pa…
Browse files Browse the repository at this point in the history
…nel change

- `md-panel` changed from `position: fixed` to `relative`
  - that resulted in the tooltip's `height` style not having any effect
  • Loading branch information
Splaktar committed Jun 16, 2020
1 parent c3a30fb commit da05a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $tooltip-lr-padding-sm: 16px !default;
$tooltip-max-width: 32px !default;

.md-tooltip {
display: inline-block;
pointer-events: none;
border-radius: 4px;
overflow: hidden;
Expand Down

0 comments on commit da05a55

Please sign in to comment.