Disable pop up window after click on state card

I have state card with custom component pf-progress-slider from (https://www.webcomponents.org/element/PFElements/pf-progress-slider/demo/demo/index.html), if I click on this component => pop up window. Here is problem with difference settings after click on component (picture), therefore I would like to disable pop up window. Thank you

in configuration.yaml

 customize:
   sensor.slider_mon:
      custom_ui_state_card: pf-progress-slider

frontend:
  extra_html_url:
- /local/custom_ui/pf-progress-slider.html

sensor:
 - platform: template
    sensors:
      slider_mon:
        value_template: slider_mon

It doesn’t work:

recorder:
  include:
    entities:
      - sensor.slider_mon

Did you solve this? Im having same issues on some cards because im using a touchpad…