Skip to content

Commit 8b99f72

Browse files
committed
fix(ui): 修复浮窗层级显示问题
- 调整 timeContent 浮窗的 z-index 值从 5 增加到 31 - 解决浮窗被其他元素遮挡的显示问题
1 parent 125f36a commit 8b99f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/js/count.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function injectCountCSS() {
318318
/* 浮窗样式 */
319319
#timeContent {
320320
position: fixed;
321-
z-index: 5;
321+
z-index: 31;
322322
left: 20px;
323323
top: 20px;
324324
pointer-events: auto;

0 commit comments

Comments
 (0)