Add pointer-events none to slider tooltip (#18577)

This commit is contained in:
Paul Bottein 2023-11-09 14:57:23 +01:00 committed by GitHub
parent 7a619ad55a
commit 3a926c6f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);