diff --git a/src/style.css b/src/style.css index 27b94c9fb303334ce429222bd9ae149130235bcb..f6ef5870b17ceeb6e32841b0281279d3f9d5c48a 100644 --- a/src/style.css +++ b/src/style.css @@ -9,6 +9,15 @@ height: 500px; } +/* +todo: this style should actually be in hydrogen-web +*/ +#chatterbox .popupContainer { + position: fixed; + top: 0; + left: 0; +} + body { background-color: #205a634d; }