fix: Fixes widget holder blocking page clicks (#2897)
This commit is contained in:
parent
0a08e1ffc0
commit
78646b44b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue