css tweaks
This commit is contained in:
parent
dd5124f660
commit
21bbf8fc86
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>microbit simulator</title>
|
||||
<title>BBC micro:bit simulator</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
@ -13,11 +13,10 @@ html {
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
width:100%;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script src="/cdn/bluebird.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user