#14173 closed defect (fixed)
TabBar with fixed="bottom" in ScrollableView appears behind the view
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7.1 |
Component: | DojoX Mobile | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Looks like a z-index problem. Adding z-index: 1 as below seems to solve the problem.
.mblFixedBottomBar { position: absolute !important; width: 100%; z-index: 1; }
Reported by Michael Burati
Note: See
TracTickets for help on using
tickets.
In [26995]: