mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix tooltip alignmen
This commit is contained in:
@@ -149,7 +149,7 @@ export default css`
|
||||
.range__tooltip {
|
||||
position: absolute;
|
||||
z-index: var(--sl-z-index-tooltip);
|
||||
left: 1px;
|
||||
left: 0;
|
||||
border-radius: var(--sl-tooltip-border-radius);
|
||||
background-color: var(--sl-tooltip-background-color);
|
||||
font-family: var(--sl-tooltip-font-family);
|
||||
|
||||
Reference in New Issue
Block a user