fix: Fixes widget holder blocking page clicks (#2897)
This commit is contained in:
committed by
GitHub
parent
0a08e1ffc0
commit
78646b44b8
@@ -112,7 +112,7 @@ export const SDK_CSS = `.woot-widget-holder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.woot--hide {
|
.woot--hide {
|
||||||
bottom: -100vh;
|
bottom: -100vh !important;
|
||||||
transform: translateY(40px);
|
transform: translateY(40px);
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user