File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 34
34
< link rel ="shortcut icon " href ="https://www.raylib.com/favicon.ico ">
35
35
36
36
< style >
37
- body { margin : 0px ; }
38
- canvas .emscripten { border : 0px none; background-color : black; }
37
+ body {
38
+ margin : 0px ;
39
+ overflow : hidden;
40
+ background-color : black;
41
+ }
42
+ canvas .emscripten { border : 0px none; background-color : black;}
39
43
</ style >
40
44
< script type ='text/javascript ' src ="https://cdn.jsdelivr.net/gh/eligrey/FileSaver.js/dist/FileSaver.min.js "> </ script >
41
45
< script type ='text/javascript '>
Original file line number Diff line number Diff line change 141
141
}
142
142
143
143
# output {
144
+ border-left : 0px none;
145
+ border-right : 0px none;
146
+ border-bottom : 0px none;
147
+ padding-left : 0 ;
148
+ padding-right : 0 ;
144
149
width : 100% ;
145
150
height : 140px ;
146
151
margin : 0 auto;
You can’t perform that action at this time.
0 commit comments