Guest User

Untitled

a guest
Jan 5th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .overlay {
  2. display: none;
  3. position: fixed;
  4. width: 100vw;
  5. height: 100vh;
  6. background: rgba(0, 0, 0, 0.4);
  7. z-index: 1035 !important;
  8. opacity: 0;
  9. transition: all 0.5s ease-in-out;
  10. top: 0;
  11. bottom: 0;
  12. right: 0;
  13. left: 0;
  14. touch-action: pan-y;
  15. user-select: none;
  16. -webkit-user-drag: none;
  17. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment