From 37205bba84263c5168f7aaeef4da9c43c56a87e1 Mon Sep 17 00:00:00 2001 From: jspast <140563347+jspast@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:15:29 -0300 Subject: [web] Fix undesired scrollbars on shell files (#4104) --- src/shell.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/shell.html') diff --git a/src/shell.html b/src/shell.html index 6effbcaa..51e675f4 100644 --- a/src/shell.html +++ b/src/shell.html @@ -141,6 +141,11 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB } #output { + border-left: 0px none; + border-right: 0px none; + border-bottom: 0px none; + padding-left: 0; + padding-right: 0; width: 100%; height: 140px; margin: 0 auto; -- cgit v1.2.3