fix: resizebox z-index above xterm/Wterm content

This commit is contained in:
p 2026-08-13 17:25:28 +08:00 committed by yumoqing
parent d1995ff118
commit cbfe532050

View File

@ -102,6 +102,7 @@ hr {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 9999;
cursor: se-resize; /* 改变鼠标指针样式 */ cursor: se-resize; /* 改变鼠标指针样式 */
} }
.popup { .popup {