diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/pages/messaging-room.tag | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/web/app/desktop/tags/pages/messaging-room.tag b/src/web/app/desktop/tags/pages/messaging-room.tag index 9aba6c95d4..9747b4b835 100644 --- a/src/web/app/desktop/tags/pages/messaging-room.tag +++ b/src/web/app/desktop/tags/pages/messaging-room.tag @@ -4,9 +4,6 @@ <style> :scope display block - position fixed - width 100% - height 100% background #fff </style> @@ -21,6 +18,8 @@ this.on('mount', () => { Progress.start(); + document.documentElement.style.background = '#fff'; + this.api('users/show', { username: this.opts.user }).then(user => { |