summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-12-28 10:17:00 +0100
committertomsmeding <tom.smeding@gmail.com>2016-12-28 10:17:00 +0100
commit89269f2adf0fd14adf7227b73b06cdd5c33342dd (patch)
treea9bcfc2d2dfc97b937ddd657374838980c742a09 /modules
parent852d70f49a03fbfca43e9044f43b586abc37e624 (diff)
changes: No scrolling in urls table
Diffstat (limited to 'modules')
-rw-r--r--modules/changes/changes.html2
1 files changed, 1 insertions, 1 deletions
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%;