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.

App.css 525B

1234567891011121314151617181920212223242526272829303132
  1. html,body {
  2. /* overflow-x: hidden; */
  3. }
  4. body {
  5. position: relative;
  6. width: 100%;
  7. /* overflow-x: hidden; */
  8. /*overflow-y: scroll !important;*/
  9. }
  10. .size-120 {
  11. transform: scale(1.2);
  12. }
  13. .no-scrollbar::-webkit-scrollbar {
  14. display: none;
  15. }
  16. /* Hide scrollbar for IE, Edge and Firefox */
  17. .no-scrollbar {
  18. -ms-overflow-style: none; /* IE and Edge */
  19. scrollbar-width: none; /* Firefox */
  20. }
  21. @media only screen and (max-width: 500px) {
  22. .size-07 {
  23. transform: scale(0.7);
  24. }
  25. }