Disable elastic scroll page bounce on standalone iD (close #7576)

This commit is contained in:
Quincy Morgan
2020-05-29 13:11:19 -04:00
parent a78dc5a889
commit 7f0db9f3bf
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@
height: 100%;
margin: 0;
padding: 0;
/* disable elastic page bounce upon scroll */
overflow: hidden;
}
</style>
</head>
+2
View File
@@ -15,6 +15,8 @@
height: 100%;
margin: 0;
padding: 0;
/* disable elastic page bounce upon scroll */
overflow: hidden;
}
</style>
</head>