mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-13 08:29:22 +02:00
Fixed #414
- Added sticky menu - Optimized terminate routine for nil check - Added test case for statistic module
This commit is contained in:
@@ -65,6 +65,8 @@ body{
|
||||
height: calc(100% - 51px);
|
||||
overflow-y: auto;
|
||||
width: 240px;
|
||||
position: sticky;
|
||||
top: 4em;
|
||||
}
|
||||
|
||||
.contentWindow{
|
||||
|
Reference in New Issue
Block a user