mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 01:55:50 +08:00
chore: 剪贴板相关
This commit is contained in:
@@ -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; /* 防止遮挡实际内容 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user