show loading indicator

This commit is contained in:
Dmitry Vasilev
2023-01-15 22:00:49 +08:00
parent 139c941ff1
commit d1b829ebe8
3 changed files with 48 additions and 25 deletions

View File

@@ -152,6 +152,12 @@
flex-direction: column;
}
.debugger_wrapper {
display: flex;
flex-direction: column;
overflow: auto;
}
.debugger, .problems {
padding: 5px;
overflow: auto;