swipe-card icon indicating copy to clipboard operation
swipe-card copied to clipboard

Swiper is not shown when using a narrow browser window

Open carlba opened this issue 4 years ago • 1 comments

Release with the issue: since 3.2.1 Browser and Operating System: Safari and Chrome

Description When I start the HA UI in a narrow browser window I get this error:

image

For this configuation:

        cards:
          - type: horizontal-stack
            cards:
              - type: sensor
                entity: sensor.235_temperature
                name: Temp - Outside
                height: 60
                width: 30
                line_color: "#3498db"
              - type: sensor
                entity: sensor.air_purifier_temperature
                name: Temp - Inside
                height: 60
                width: 30
                line_color: "#3498db"
          - type: horizontal-stack
            cards:
              - type: sensor
                entity: sensor.air_purifier_humidity
                name: Humidity - Inside
                height: 60
                width: 30
                line_color: "#3498db"
              - type: sensor
                entity: sensor.xiaomi_air_quality_monitor
                name: Air Quality - Inside
                height: 60
                width: 30
              - type: sensor
                entity: sensor.s10_batterylevel
                name: Samsung S10 Battery Level
                height: 60
                width: 30
          - type: entity-filter
            entities:
              - person.carl
              - person.johanna
            state_filter:
              - 'home'
            card:
              type: glance
              show_state: false
              show_name: false
              title: '@home'
          - type: glance
            entities:
              - timer.toaster
              - timer.coffeemaker
              - timer.clean

carlba avatar May 03 '20 07:05 carlba

Try refreshing/clearing your cache

bramkragten avatar May 03 '20 08:05 bramkragten