-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodal-annihilation.css
37 lines (30 loc) · 1.06 KB
/
modal-annihilation.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* Copyright Daniel Smith
licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
http://creativecommons.org/licenses/by-nc-sa/4.0 */
@-moz-document domain("hackerrank.com") {
.auth-modal {display: none}
html.scroll-hidden body {overflow-y: auto}
html.scroll-hidden.pad-adjustment body {padding-right: 0}
}
@-moz-document domain("facebook.com") {
#pagelet_growth_expanding_cta { display: none }
}
@-moz-document domain("goldstar.com") {
.modal.not-closeable, .modal-overlay { display: none }
.active-modal {
overflow: initial !important;
position: initial !important;
}
}
@-moz-document domain("boxed.com") { #modal-new.open { display: none } }
@-moz-document domain("pinterest.com") {
.Nags, .unauth .ModalManager { display: none }
.noScroll { overflow: auto }
[data-reactroot] > script + div,
.FullPageModal__scroller,
[data-test-giftwrap] {
display: none;
}
[data-reactroot] > style + div { position: static !important }
}
@-moz-document domain("thredup.com") { .full-bg-opaque.active { display: none } }