fix(web): fix list height

This commit is contained in:
2023-01-29 19:15:36 +03:00
parent a089d519ea
commit efe4339b33
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -34,6 +34,7 @@ main {
right: 0;
bottom: 0;
left: 0;
padding: 10px;
background-color: #0008;
}
@@ -41,8 +42,8 @@ main {
background-color: #eee;
box-shadow: 0 0 0.5vw black;
border-radius: 16px;
width: 90vw;
height: 90vh;
width: 100%;
height: 100%;
transition: 0.3s;
overflow: hidden;
}
@@ -58,7 +59,6 @@ form {
align-items: flex-start;
flex-wrap: wrap;
padding: 8px 0;
height: 39vh;
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
overflow-y: scroll;
overflow-x: hidden;