From c0564fea8c8ac6e46df2cf3ecadb2cfbaff0055c Mon Sep 17 00:00:00 2001 From: Andrey Kozlov Date: Sun, 15 Jul 2018 20:33:55 +0300 Subject: [PATCH] fixes DEgITx/rats-search/#40 --- src/app/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/index.css b/src/app/index.css index 87fb743..d8a24b4 100644 --- a/src/app/index.css +++ b/src/app/index.css @@ -2,6 +2,7 @@ body { margin: 0; padding: 0; font-family: sans-serif; + overflow-y: scroll; } @media only screen and (max-width: 500px) @@ -9,4 +10,4 @@ body { .peers-status { display: none; } -} \ No newline at end of file +}