Fix the height of popup list in skin editor.

This commit is contained in:
2023-03-15 00:43:07 +08:00
parent 24e881b138
commit 699f47f98d

View File

@@ -51,6 +51,7 @@ body {
max-height: 100vh;
overflow: auto;
background-color: floralwhite;
box-sizing: border-box;
border: solid 1px gray;
border-radius: 4px;
padding: 2px;