Поправка бага в Firefox

This commit is contained in:
Book Pauk
2019-02-09 00:37:58 +07:00
parent d060a8a343
commit deb39de68a
2 changed files with 3 additions and 0 deletions

View File

@@ -82,10 +82,12 @@ class HelpPage extends Vue {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
.el-tab-pane {
flex: 1;
display: flex;
overflow: hidden;
}
</style>