mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix button group tooltips in Safari
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user