chore: 剪贴板相关

This commit is contained in:
MoonLeeeaf
2024-05-17 23:35:07 +08:00
parent b362a1f228
commit f19c3c793a
3 changed files with 27 additions and 10 deletions

View File

@@ -43,3 +43,12 @@ body {
margin-top: 60px;
z-index: 100;
}
[n-id=pageChatSeesion]::after {
content: "";
position: sticky;
bottom: 0;
display: block;
height: var(--pseudo-height); /* 设置伪元素的高度 */
z-index: -1; /* 防止遮挡实际内容 */
}