Minimap viewport rectangle border

This commit is contained in:
Jamie Wong
2017-12-26 18:02:00 -05:00
parent f691f11670
commit 5f99ee8c4e
3 changed files with 47 additions and 11 deletions
+11
View File
@@ -44,4 +44,15 @@ q:before, q:after {
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Prevent overscrolling */
/* https://stackoverflow.com/a/17899813 */
html {
overflow: hidden;
height: 100%;
}
body {
height: 100%;
overflow: auto;
}