fix: 解决嵌入小助手遮罩层定位不准问题

This commit is contained in:
shaohuzhang1 2024-03-21 15:32:54 +08:00
parent 13643bf73f
commit 10e42380dd

View File

@ -164,7 +164,7 @@ function initMaxkbStyle(root){
border-radius: 50% 0 0 50%; border-radius: 50% 0 0 50%;
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 42px; bottom: 38px;
z-index: 1000; z-index: 1000;
} }
#maxkb .maxkb-tips { #maxkb .maxkb-tips {