fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
z-index: 6;
|
z-index: 6;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 85vh;
|
max-height: 70vh;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
.layers-header {
|
.layers-header {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
z-index: 6;
|
z-index: 6;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 85vh;
|
max-height: 70vh;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1473,6 +1473,7 @@ button:hover {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
width: 35rem;
|
width: 35rem;
|
||||||
max-height: 85vh;
|
max-height: 85vh;
|
||||||
|
height: 70%;
|
||||||
box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
|
box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
|
||||||
backdrop-filter: blur(2px); /* 添加模糊效果 */
|
backdrop-filter: blur(2px); /* 添加模糊效果 */
|
||||||
-webkit-backdrop-filter: blur(2px);
|
-webkit-backdrop-filter: blur(2px);
|
||||||
|
|||||||
Reference in New Issue
Block a user