You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
552 B

2 years ago
  1. .app-noscroll_main() {
  2. --LessLoader_require: LessLoader_currentFile();
  3. }
  4. & {
  5. .cp-app-noscroll {
  6. height: 100%;
  7. width: 100%;
  8. padding: 0px;
  9. margin: 0px;
  10. overflow: hidden;
  11. box-sizing: border-box;
  12. position: relative;
  13. border: 0;
  14. body {
  15. height: 100%;
  16. width: 100%;
  17. padding: 0px;
  18. margin: 0px;
  19. overflow: hidden;
  20. box-sizing: border-box;
  21. position: relative;
  22. border: 0;
  23. }
  24. }
  25. }