View.less 282 B

123456789101112131415161718192021
  1. /* dojox.mobile.View */
  2. .mblView {
  3. position: relative;
  4. top: 0px;
  5. left: 0px;
  6. width: 100%;
  7. .mblView-styles;
  8. &.mblOut {
  9. }
  10. &.mblIn {
  11. position: absolute;
  12. }
  13. }
  14. .mblFixedHeaderBar {
  15. z-index: 1;
  16. }
  17. .mblFixedBottomBar {
  18. position: absolute !important;
  19. width: 100%;
  20. z-index: 1;
  21. }