fix(browser-extension): blank spaces in some pages with fixed dialogs
This commit is contained in:
parent
d73701a09e
commit
d0896d9c24
@ -1,3 +1,8 @@
|
|||||||
*[data-cookie-dialog-monster='true'] {
|
*[data-cookie-dialog-monster='true'] {
|
||||||
clip-path: circle(0px) !important;
|
clip-path: circle(0px) !important;
|
||||||
|
display: none !important;
|
||||||
|
height: 0px !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
transform: scale(0) !important;
|
||||||
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user