Tweak auth overflow on Windows and Linux

pull/8307/head
J. Ryan Stinnett 2019-01-29 10:20:11 -06:00
parent 9da9310f4b
commit b96fa43376
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
} %>
</head>
<body style="height: 100%;">
<section id="matrixchat" style="height: 100%;"></section>
<section id="matrixchat" style="height: 100%; overflow: auto;"></section>
<noscript>Sorry, Riot requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
<script>
window.vector_indexeddb_worker_script = '<%= htmlWebpackPlugin.files.chunks['indexeddb-worker'].entry %>';