Undo css change as i'll fix that in another PR.

Point production to a test server.
pull/91/head
Mikunj 7 years ago
parent 3719a99554
commit 7e21deacc3

@ -1,5 +1,5 @@
{ {
"serverUrl": "https://textsecure-service.whispersystems.org", "serverUrl": "http://159.69.22.124:8080",
"cdnUrl": "https://cdn.signal.org", "cdnUrl": "http://159.69.22.124",
"serverTrustRoot": "BXu6QIKVz5MA8gstzfOgRQGqyLqOwNKHL6INkv3IHWMF" "serverTrustRoot": "BXu6QIKVz5MA8gstzfOgRQGqyLqOwNKHL6INkv3IHWMF"
} }

@ -502,12 +502,11 @@ textarea {
} }
.full-screen-flow { .full-screen-flow {
position: fixed; position: absolute;
top: 0;
left: 0; left: 0;
bottom: 0;
right: 0; right: 0;
overflow: auto; top: 0;
bottom: 0;
font-family: roboto-light; font-family: roboto-light;
&.overlay { &.overlay {

Loading…
Cancel
Save