Revert instance soft nav cache to fix navigation flicker

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-23 23:59:27 +08:00
parent 016c93faf2
commit e3559531d9
6 changed files with 41 additions and 340 deletions
-7
View File
@@ -41,10 +41,3 @@ html[data-theme="light"] .stat-item {
background: #fff !important;
border-color: #b8c8d8 !important;
}
#inst-nav-overlay {
position: fixed;
inset: 0;
z-index: 2147483647;
pointer-events: none;
}