Lovelace Horizontal Scroll Bars?!?!?

Has any one ever seen this before?
Because I haven’t?

image
As you can see from the picture above there is a tiny bit of the card ‘off the column’ on the right hand side.

This is a custom:state-switch at the bottom of vertical-stack which has some buttons in a horizontal stack above it and another vertical stack next to it.

I’m just curious as it is a new one to me.

Is there anything around the entities-card?
conditional, or something?

Yes it is a custom:state-switch and each state is just a list of entities in an entities card

      - type: custom:state-switch
        entity: sensor.current_light_level_sensor
        states:
          Brightness:
            type: entities
            entities: 
              - input_number.sitting_room_brightness_sensor_threshold
              - input_datetime.sitting_room_lights_not_on_before_time
              - entity: input_number.sitting_room_motion_timer_overrun
                name: Motion Timer Overrun
              - entity: input_number.sitting_room_motion_timer_tv_extension
                name: Motion Timer TV Extension
              - input_datetime.sitting_room_lights_normal_off_time
              - binary_sensor.dark_sitting_room
              - timer.sitting_room_motion
              - binary_sensor.sitting_room_lights_normally_on
              - entity: sensor.sitting_room_black_vase_light
                name: Black Vase Light (Sonoff03)
                icon: mdi:wifi
              - entity: sensor.sitting_room_chinese_vase_light
                name: Chinese Vase Light (Sonoff04)
                icon: mdi:wifi
          SmartWeather:
            type: entities
            entities:
              - input_number.sitting_room_smartweather_average_illuminance_sensor_threshold
              - input_datetime.sitting_room_lights_not_on_before_time
              - entity: input_number.sitting_room_motion_timer_overrun
                name: Motion Timer Overrun
              - entity: input_number.sitting_room_motion_timer_tv_extension
                name: Motion Timer TV Extension
              - input_datetime.sitting_room_lights_normal_off_time
              - binary_sensor.dark_sitting_room
              - timer.sitting_room_motion
              - binary_sensor.sitting_room_lights_normally_on
              - entity: sensor.sitting_room_black_vase_light
                name: Black Vase Light (Sonoff03)
                icon: mdi:wifi
              - entity: sensor.sitting_room_chinese_vase_light
                name: Chinese Vase Light (Sonoff04)
                icon: mdi:wifi

Cool! (sorry :slightly_smiling_face:)
I assume state-switch 3?
Can you please downgrade to 2 to verify?


Maybe that’s the same issue.

I will do but it won’t be until tomorrow now.
I’ll let you know…

EDIT: Couldn’t resist it :thinking:
Yes v2 seems ok…

I’ll add to the GitHub issue. (But probably not until tomorrow :upside_down_face:)

1 Like

@VDRainer
Do you still have this issue?

Yes. Still using state-switch v2.

Thanks for fixing it in v4 @thomasloven