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

toast covered by borderlayout

XMLWordPrintable

      Steps to Reproduce

      http://zkfiddle.org/sample/34d15be/1-toast-obstructed-by-borderlayout

      Current Result

      Expected Result

      toast on top

      Debug Information

      .z-center is position: absolute and z-index: 8.

      .z-toast-position is position: fixed but no z-index. (position: fixed creates a new stacking context: https://stackoverflow.com/a/14491860)

      Workaround

      <style>
        .z-toast-position {
          z-index: 1800;  
        }
      </style>
      

            rudyhuang rudyhuang
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours Original Estimate - 4 hours
                4h
                Remaining:
                Time Spent - 1 hour Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - 1 hour Remaining Estimate - 4 hours
                1h