summaryrefslogtreecommitdiffhomepage
path: root/src/shell.html
diff options
context:
space:
mode:
authorjspast <[email protected]>2024-06-25 17:15:29 -0300
committerGitHub <[email protected]>2024-06-25 22:15:29 +0200
commit37205bba84263c5168f7aaeef4da9c43c56a87e1 (patch)
tree243a3eb33746cac5051afe421843ff694a0aa7d7 /src/shell.html
parent0979eafa84c7c5b330a99067411afbc9d5cd13b5 (diff)
downloadraylib-37205bba84263c5168f7aaeef4da9c43c56a87e1.tar.gz
raylib-37205bba84263c5168f7aaeef4da9c43c56a87e1.zip
[web] Fix undesired scrollbars on shell files (#4104)
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html5
1 files changed, 5 insertions, 0 deletions
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;