index.css 183 B

1234567891011
  1. .save-image-block {
  2. position: absolute;
  3. top: 50%;
  4. left: 50%;
  5. transform: translate(-50%, -50%);
  6. }
  7. .save-image-background {
  8. opacity: 0;
  9. pointer-events: none;
  10. }