Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken scrolling under ha 2015.1.1 #159

Open
sabbie-github opened this issue Jan 9, 2025 · 1 comment
Open

Broken scrolling under ha 2015.1.1 #159

sabbie-github opened this issue Jan 9, 2025 · 1 comment

Comments

@sabbie-github
Copy link

sabbie-github commented Jan 9, 2025

Card works, but css no longer regulates card size to make it scrollbar. Card appears full size with full list, ignoring size limit in css that previously made it scrollable.
My code that worked before (limited height, scroll list), now renders the complete list ignoring size limit. What am I doing wrong?
Was "overflow auto" tried overflow y but doesn't work. Auto worked before to make table scrollable.

type: custom:auto-entities
filter:
  include:
    - integration: tplink_deco
  exclude:
    - state: not_home
card:
  type: custom:flex-table-card
  title: Mesh Connected Devices
  clickable: true
  strict: true
  columns:
    - data: deco_device
      name: Deco
      modify: if(x.length == 0){""}else{x}
    - data: friendly_name
      name: Client Name
    - data: ip
      name: Client IP
    - data: interface
      name: Network
  sort_by:
    - Deco+
  css:
    table+: "padding: 10px"
  card_mod:
    style: |
      ha-card {
        overflow-y: scroll;
        max-height: 650px;
      }
sort:
  method: friendly_name
show_empty: false
strict: true

@sabbie-github sabbie-github changed the title Broken scrolling under ha cire 2015.1.1 Broken scrolling under ha 2015.1.1 Jan 9, 2025
@ildar170975
Copy link
Contributor

You are posting an issue with card-mod which is a DIFFERENT plugin.
Ask in card-mod repo instead.

Besides, I do not confirm the issue:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants