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

Last item in list card can not be edited (CSS issue) #919

Closed
eikowagenknecht opened this issue Feb 19, 2021 · 0 comments
Closed

Last item in list card can not be edited (CSS issue) #919

eikowagenknecht opened this issue Feb 19, 2021 · 0 comments
Labels
bug Something isn't working main ui Main UI

Comments

@eikowagenknecht
Copy link
Contributor

The problem

With a list, the last item can not be edited:

This is not clickable:

image

Expected behavior

Should be clickable.

Steps to reproduce

  1. Create List
  2. Make sure there is a card below
  3. Try to edit the last entry

Your environment

OH3.0.1

Additional information

z-index CSS issue:
image

The gray divider is obviously above the menu which makes it non-clickable.

Solution: Lower z-index of divider or raise z-index of menu. Not sure why this is 1000, there might be a reason for this.

@eikowagenknecht eikowagenknecht added bug Something isn't working main ui Main UI labels Feb 19, 2021
ghys added a commit to hubsif/openhab-webui that referenced this issue Mar 15, 2021
Signed-off-by: Yannick Schaus <[email protected]>
@ghys ghys closed this as completed in c556597 Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

No branches or pull requests

1 participant