From fcc84782df4f640bf714e315d6186ac98295298b Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 5 Oct 2006 05:56:50 +0000 Subject: [PATCH] now the scrollbar works again. that pesky results div was sitting on top of it, is what the problem was. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/run-tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.html b/tests/run-tests.html index 3414bb4ce0..5c43d06b68 100644 --- a/tests/run-tests.html +++ b/tests/run-tests.html @@ -30,7 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. html { height: 99%; } body { height: 98%; font: normal normal 10pt sans-serif } #col1 { float: left; width: 27em; margin: 0 0 0 1em; overflow: visible; } -#col2 { position: relative; height: 98%; margin: 0 0.5em 0 27em; } +#col2 { position: relative; height: 98%; margin: 0 0.5em 0 28em; } #col1_header { margin-top: 0.5em; } #scroller { height: 550px; overflow: auto;} #testtable { margin: 0 0 2em 0; width: 97%; }