This commit is contained in:
X1627315083
2025-10-15 10:04:04 +08:00
parent 1522415f81
commit fe6c59c9af
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
z-index: 6;
overflow-y: auto;
height: 100%;
max-height: 85vh;
max-height: 70vh;
-webkit-overflow-scrolling: touch;
}
.layers-header {

View File

@@ -13,7 +13,7 @@
z-index: 6;
overflow-y: auto;
height: 100%;
max-height: 85vh;
max-height: 70vh;
-webkit-overflow-scrolling: touch;
}

View File

@@ -1473,6 +1473,7 @@ button:hover {
background: #fff;
width: 35rem;
max-height: 85vh;
height: 70%;
box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
backdrop-filter: blur(2px); /* 添加模糊效果 */
-webkit-backdrop-filter: blur(2px);