From ab36ea5a1c258363dfd4ba1e12dcd393409d7e5b Mon Sep 17 00:00:00 2001 From: Justin La Sotten Date: Tue, 26 Dec 2017 11:28:56 -0500 Subject: [PATCH] Forcing the recent blocks section to turn into a scrollable area, rather than getting infinately long --- css/p2pool.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/p2pool.css b/css/p2pool.css index 85e7cd0..cf9348e 100644 --- a/css/p2pool.css +++ b/css/p2pool.css @@ -36,3 +36,8 @@ footer { text-align: center; } +.recent_blocks { + height: 600px; + overflow-y: scroll; + overflow-x: hidden; +} \ No newline at end of file diff --git a/index.html b/index.html index f1c1685..e54d9ec 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@

Node Information

Recent Blocks

-
+