Merge pull request #8307 from jryans/auth-overflow

Tweak auth overflow on Windows and Linux
This commit is contained in:
J. Ryan Stinnett 2019-01-29 10:40:42 -06:00 committed by GitHub
commit 0fa6aab5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %>';