fix: Reduce the height of the unread container while campaign is active (#4185)
This commit is contained in:
parent
207a03155e
commit
4a3ddad02f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export const SDK_CSS = `
|
|||
|
||||
.woot-widget-holder.has-unread-view {
|
||||
border-radius: 0 !important;
|
||||
min-height: 80px;
|
||||
min-height: 80px !important;
|
||||
height: auto;
|
||||
bottom: 94px;
|
||||
box-shadow: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue