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

View File

@@ -112,7 +112,7 @@ export const SDK_CSS = `.woot-widget-holder {
}
.woot--hide {
bottom: -100vh;
bottom: -100vh !important;
transform: translateY(40px);
top: unset !important;
opacity: 0;