mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
[web] Fix undesired scrollbars on shell files (#4104)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user