Skip to content

Commit

Permalink
Updated style of chat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Aug 29, 2023
1 parent 1658ffb commit 245d388
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ui/src/components/rachat.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
.chat-widget-dragable {
position: relative;
z-index: 100002;
}

.chat-widget-dragable .react-dragable {
position: relative;
z-index: 100002;
}

.rcw-widget-container {
z-index: 10001;
position: initial;
max-width: 415px;
float: right;
position: absolute;
cursor: move;
color: black;
border-radius: 5px;
Expand Down

0 comments on commit 245d388

Please sign in to comment.