fix: Add missing close button if bubble is hidden (#1435)
This commit is contained in:
parent
fcf91f60fb
commit
4fe29fefb4
5 changed files with 25 additions and 3 deletions
|
@ -115,6 +115,10 @@ export const SDK_CSS = `.woot-widget-holder {
|
|||
z-index: -1 !important;
|
||||
}
|
||||
|
||||
.woot-widget--without-bubble {
|
||||
bottom: 20px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 667px) {
|
||||
.woot-widget-holder {
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue