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

Merge branch 'fix-css-position' into 'main'

Fix UI not sticking in place

See merge request new-vector/modular/chatterbox!4
parents 854a010c f97fde05
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
background-color: rgb(88, 88, 88); background-color: rgb(88, 88, 88);
color: white; color: white;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 500vh;
} }
.container { .container {
......
.chatterbox-iframe { .chatterbox-iframe {
position: absolute; position: fixed;
right: 10px; right: 10px;
bottom: 50px; bottom: 50px;
border: none; border: none;
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
} }
.start { .start {
position: absolute; position: fixed;
right: 10px; right: 10px;
bottom: 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