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> <style scoped>
.log-container { .log-container {
position: relative; position: relative;
overflow-y: scroll; overflow-y: auto;
overflow-x: auto; overflow-x: auto;
} }
</style> </style>