Only show scrollbar if needed

This commit is contained in:
Richard Bowman 2024-01-10 20:48:22 +00:00
parent 215bfb5121
commit 7c88704059

View file

@ -55,7 +55,7 @@ export default {
<style scoped>
.log-container {
position: relative;
overflow-y: scroll;
overflow-y: auto;
overflow-x: auto;
}
</style>