From c4239b605997aff1d71ae12643790b97973bd3ac Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 5 Jun 2021 03:19:58 -0400 Subject: [PATCH] tests: Show a scrollbar if the pad is too wide --- src/tests/frontend/runner.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/frontend/runner.css b/src/tests/frontend/runner.css index 946bbe537..8af5440ff 100644 --- a/src/tests/frontend/runner.css +++ b/src/tests/frontend/runner.css @@ -18,6 +18,7 @@ body { #iframe-container { width: 80%; height: 100%; + overflow: auto hidden; } #iframe-container iframe {