Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4422

Kanban scrollable portalchildren

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • None

      Current state:

      If a portallayout receives a height (either calculated with vlfex, or through height), and one of the portalchildren contains enough content to go over the size of the portallayout, then the rest of the panels are displayed outside of the portallayout viewport.

      Standard behavior for kanban seem to be that individual columns can be scrolled without affecting the rest of the UI, so this would require scrolling the portalchildren-content nodes.

      the following sample provide a reasonable POC for this behavior:

      <style>
      .z-portallayout-vertical>.z-portalchildren {
       padding-bottom: 25px;
      }
      .z-portalchildren-content {
       overflow-y: auto;
      }
      </style>

       

       

            Leon03 Leon03
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: