hass-config icon indicating copy to clipboard operation
hass-config copied to clipboard

Missing blur overlay on media, button card with chrome browser

Open gurglingtonic opened this issue 1 year ago • 0 comments

Hello

Do you face the same issue of the blur overlay missing on media, button card?

Affected on my chrome browser.

  blur_overlay:
    - display: block
    - position: absolute
    - width: 103.1%
    - height: 103.1%
    - clip-path: >
        inset(74.5% 1.45% 1.45% 1.45% round 0 0 calc(var(--button-card-border-radius) / 2) calc(var(--button-card-border-radius) / 2))
    - backdrop-filter: var(--blur-intensity)
    - -webkit-backdrop-filter: var(--blur-intensity)
    - left: -1.5%
    - bottom: -1.6%

Somehow my chrome does not register "clip-path"

gurglingtonic avatar Dec 06 '23 12:12 gurglingtonic