- Added sticky menu
- Optimized terminate routine for nil check
- Added test case for statistic module
This commit is contained in:
Toby Chui
2024-12-08 12:54:50 +08:00
parent cc08c704de
commit 8ff51044bb
7 changed files with 332 additions and 27 deletions

View File

@@ -65,6 +65,8 @@ body{
height: calc(100% - 51px);
overflow-y: auto;
width: 240px;
position: sticky;
top: 4em;
}
.contentWindow{