diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-22 20:09:40 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-22 20:09:40 -0400 |
commit | 45fd91f962b01e52fba54e5d907031544fe78e21 (patch) | |
tree | d4cb762bc587ad58643b18c5634a3a7c79b1dad8 /test/test.html | |
parent | c01e1b648bdbdd80d5bfbb959caf18fc9adca2c2 (diff) | |
download | fosdem-2018-presentation-45fd91f962b01e52fba54e5d907031544fe78e21.tar fosdem-2018-presentation-45fd91f962b01e52fba54e5d907031544fe78e21.tar.gz |
more tests, enable test page scroll overflow #123
Diffstat (limited to 'test/test.html')
-rw-r--r-- | test/test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.html b/test/test.html index 5599831..81d2f16 100644 --- a/test/test.html +++ b/test/test.html @@ -10,7 +10,7 @@ <link rel="stylesheet" href="qunit-1.12.0.css"> </head> - <body> + <body style="overflow: auto;"> <div id="qunit"></div> <div id="qunit-fixture"></div> |