This commit is contained in:
2025-06-18 17:20:41 +08:00
parent d5adc1bf06
commit 69d2aac8bb
7 changed files with 208 additions and 80 deletions

View File

@@ -1449,4 +1449,12 @@ wmath {
.ML__keyboard {
z-index: 99999 !important;
position: fixed !important;
}
}
.sticky-header {
position: sticky;
top: 0;
z-index: 1000; /* 保证在上层 */
background-color: transparent;
/* padding: 10px; */
box-shadow: 0 2px 2px rgba(221, 221, 221, 0.2);
}