mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add pointer-events none to slider tooltip (#18577)
This commit is contained in:
parent
7a619ad55a
commit
3a926c6f83
@ -394,6 +394,7 @@ export class HaControlSlider extends LitElement {
|
||||
--handle-margin: calc(var(--control-slider-thickness) / 8);
|
||||
}
|
||||
.tooltip {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
background-color: var(--clear-background-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user