openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!
https://github.com/openhab/openhab-webui
Eclipse Public License 1.0
97 stars 93 forks source link

Bug: Side-drawer layout corrupted #106

Closed kubawolanin closed 7 years ago

kubawolanin commented 7 years ago

When there's more Dashboards than fit on the screen, layout of the left-hand side drawer breaks: habpanel-bug

Steps to reproduce:

  1. Make multiple dashboards so you have a scrollbar on the aside section.
  2. Open the drawer
  3. Scroll down

Expected results: All dashboards are accessible and not covered by the black footer

Actual results: Some of the dashboards on the list are covered.

ghys commented 7 years ago

noticed that too :) But I don't really have a solution right now, the drawer doesn't seem to like position: fixed elements very much...