remove useless scrollbar

This commit is contained in:
cyril59310 2024-10-18 19:22:52 +02:00
parent 01906205f0
commit 65afa19c16

View file

@ -247,7 +247,6 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.main-terminal { .main-terminal {
height: 100%; height: 100%;
overflow-x: scroll;
} }
</style> </style>