Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .overlay {
- display: none;
- position: fixed;
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.4);
- z-index: 1035 !important;
- opacity: 0;
- transition: all 0.5s ease-in-out;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- touch-action: pan-y;
- user-select: none;
- -webkit-user-drag: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
Advertisement
Add Comment
Please, Sign In to add comment