authoring.css 191 B

1234
  1. /* temporary fix to allow the authoring perspective to show on mac and ipad, glass team is removing the current position:relative on this class */
  2. .pageView {
  3. position: static !important;
  4. }