Skip to content
Snippets Groups Projects
Commit f97fde05 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Fix UI not sticking in place

parent 854a010c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
background-color: rgb(88, 88, 88);
color: white;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 500vh;
}
.container {
......
.chatterbox-iframe {
position: absolute;
position: fixed;
right: 10px;
bottom: 50px;
border: none;
......@@ -19,7 +19,7 @@
}
.start {
position: absolute;
position: fixed;
right: 10px;
bottom: 10px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment