Meta2d.css 260 B

1234567891011121314151617181920
  1. html,
  2. body {
  3. height: 100vh;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. .content {
  8. position: relative;
  9. background-color: #f4f4f4;
  10. height: 100vh;
  11. }
  12. #meta2d {
  13. position: absolute !important;
  14. width: 100%;
  15. height: 100%;
  16. touch-action: none;
  17. overflow: hidden;
  18. }