Fix button group tooltips in Safari

This commit is contained in:
Cory LaViska
2020-08-07 16:43:40 -04:00
parent f5fcfb2faf
commit d70908ef8d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## 2.0.0-beta.13
- Fixed a bug where link buttons would have `type="button"`
- Fixed a bug where button groups with tooltips experienced an odd spacing issue in Safari
## 2.0.0-beta.12

View File

@@ -22,7 +22,7 @@
}
.tooltip {
position: relative;
position: absolute;
max-width: var(--max-width);
z-index: var(--sl-z-index-tooltip);
border-radius: var(--sl-tooltip-border-radius);