Advertisement
EdFrees

helpdesk.hostnet.nl - Remove cookie wall

Apr 22nd, 2022
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. html.modal-open {
  2.     overflow: scroll;
  3. }
  4. html.modal-open body {
  5.     overflow: hidden;
  6. }
  7. html.modal-open body div#cookie-bar-form {
  8.     display: none !important;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement