diff --git a/config/production.json b/config/production.json index 1d403b347..82c5627db 100644 --- a/config/production.json +++ b/config/production.json @@ -1,5 +1,5 @@ { - "serverUrl": "https://textsecure-service.whispersystems.org", - "cdnUrl": "https://cdn.signal.org", + "serverUrl": "http://159.69.22.124:8080", + "cdnUrl": "http://159.69.22.124", "serverTrustRoot": "BXu6QIKVz5MA8gstzfOgRQGqyLqOwNKHL6INkv3IHWMF" } diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 24f05dc1c..d7f670714 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -502,12 +502,11 @@ textarea { } .full-screen-flow { - position: fixed; - top: 0; + position: absolute; left: 0; - bottom: 0; right: 0; - overflow: auto; + top: 0; + bottom: 0; font-family: roboto-light; &.overlay {