mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
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 {
|
||||
bottom: -100vh;
|
||||
bottom: -100vh !important;
|
||||
transform: translateY(40px);
|
||||
top: unset !important;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user