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>
|
||||
.log-container {
|
||||
position: relative;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue