spotlight.css 226 B

123456789101112131415
  1. .spotlight-container {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 50dvh;
  7. pointer-events: none;
  8. overflow: hidden;
  9. }
  10. .spotlight-container canvas {
  11. display: block;
  12. width: 100%;
  13. height: 100%;
  14. }