Using width:100% and padding without proper box-sizing causes elements to overflow on mobile, enabling overscroll-behavior in the X direction.
@@ -20,6 +20,7 @@
font-size:13px;
font-weight: bold;
text-align:center;
+ box-sizing: border-box;
}
a {
@@ -23,6 +23,7 @@
top: 0px; width: 100%;
padding: 5px;
z-index:100;
@@ -30,7 +31,9 @@
color: #0080ff;
- b { color:orange }
+ b {
+ color:orange
+ }
</style>
<script src="../build/three.js"></script>
@@ -22,7 +22,7 @@
position: absolute;
-
@@ -15,12 +15,15 @@
line-height: 30px;
overflow: hidden;
+
#info {
padding: 15px;
color: white;