Fixed position content may have issues changing it's position when a sidebar appears. There are two solutions
- Specify your fixed content without using the css left or top properties.
- Apply styles on the fixed element to adjust its position when the sidebar appears. You can do this by descending from the body tag which receives the class
(direction) pushed
when the view is moved.