Skip to content

Commit

Permalink
fix: website assistant layout css
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Sep 21, 2023
1 parent 4d9a4b8 commit 4088a8a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/layouts/website-assistant.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
}

.memori-widget.memori-layout-website_assistant {
position: relative;
z-index: 10;
font-size: 14px;
}

Expand Down Expand Up @@ -146,11 +148,17 @@

.memori-website_assistant-layout--header {
position: absolute;
z-index: 1000;
top: 0;
right: 0;
text-align: right;
}

.memori-share-button .memori-share-button--overlay {
z-index: 1000;
top: -6rem;
}

.memori-header--button--fullscreen {
display: none;
}
Expand Down Expand Up @@ -187,7 +195,7 @@

.memori-website_assistant-layout .memori-header {
position: relative;
z-index: 100;
z-index: 1000;
display: inline-flex;
width: auto;
height: auto;
Expand Down

0 comments on commit 4088a8a

Please sign in to comment.