From 89269f2adf0fd14adf7227b73b06cdd5c33342dd Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Wed, 28 Dec 2016 10:17:00 +0100 Subject: changes: No scrolling in urls table --- modules/changes/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/changes/changes.html') diff --git a/modules/changes/changes.html b/modules/changes/changes.html index 5d44701..e581542 100644 --- a/modules/changes/changes.html +++ b/modules/changes/changes.html @@ -210,7 +210,7 @@ h1{ #urlstablecontainer{ height:200px; border:1px #888 solid; - overflow-y:scroll; + /*overflow-y:scroll;*/ } #urlstable{ width:100%; -- cgit v1.2.3-54-g00ecf