fix: Fixes widget holder blocking page clicks (#2897)

This commit is contained in:
Nithin David Thomas 2021-08-27 13:10:21 +05:30 committed by GitHub
parent 0a08e1ffc0
commit 78646b44b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;