This commit is contained in:
Dmitry Vasilev
2023-07-06 22:27:10 +03:00
parent 320b7f5c9b
commit c24651fcbd

View File

@@ -138,6 +138,7 @@
.debugger_wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
}
@@ -160,6 +161,7 @@
}
.tab_content {
flex: 1;
overflow: auto;
}