Only show scrollbar if needed
This commit is contained in:
parent
215bfb5121
commit
7c88704059
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue