{
.my-left {
width: 20%;
background: lightblue;
- height: 1020px;
+ height: 91.4vh;
}
.my-middle {
width: 60%;
margin-left: 2px;
background: rgb(238, 240, 238);
- height: calc(100% - 60px);
+ height: 94.4vh;
}
.my-right {
@@ -1025,7 +1025,7 @@ const chooseImage = (event, id: number) => {
display: flex;
flex-direction: column;
align-items: flex-start;
- height: 1016px;
+ height: 91.3vh;
}