Remove useless scrollbar ()

This commit is contained in:
Cyril59310 2024-12-31 08:41:15 +01:00 committed by John Ho
parent 0597097dc7
commit f902927d81

View file

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