Skip to content

Commit

Permalink
Merge pull request #17647 from vector-im/t3chguy/fix/17282
Browse files Browse the repository at this point in the history
Remove spurious overflow: auto on #matrixchat element
  • Loading branch information
t3chguy committed Jun 29, 2021
2 parents 4ba0e6b + d5ac6d8 commit 4bc53aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
data-vector-recorder-worklet-script="<%= htmlWebpackPlugin.files.js.find(entry => entry.includes("recorder-worklet.js")) %>"
>
<noscript>Sorry, Element requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
<section id="matrixchat" style="height: 100%; overflow: auto;" class="notranslate"></section>
<section id="matrixchat" style="height: 100%;" class="notranslate"></section>
<script src="<%= htmlWebpackPlugin.files.js.find(entry => entry.includes("bundle.js")) %>"></script>

<!-- Legacy supporting Prefetch images -->
Expand Down

0 comments on commit 4bc53aa

Please sign in to comment.