Remove useless scrollbar (#642)

This commit is contained in:
Cyril59310 2024-12-31 08:41:15 +01:00 committed by GitHub
parent 81818a19d1
commit 9b73e44cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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