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

Commit 20194ba

Browse files
committed
fix(tooltip): change from inline to inline-block to account for md-panel change
- `md-panel` changed from `position: fixed` to `relative` - that resulted in the tooltip's `height` style not having any effect
1 parent 269b68e commit 20194ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/tooltip/tooltip.scss

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $tooltip-lr-padding-sm: 16px !default;
99
$tooltip-max-width: 32px !default;
1010

1111
.md-tooltip {
12+
display: inline-block;
1213
pointer-events: none;
1314
border-radius: 4px;
1415
overflow: hidden;

0 commit comments

Comments
 (0)