Adding in interactions/fixing scrolls

This commit is contained in:
Frank Delaguila
2022-03-20 21:54:09 -06:00
parent 6edb1f92c4
commit 1935e2ed37
4 changed files with 108 additions and 69 deletions

View File

@@ -28,4 +28,21 @@ body {
height: 100%;
z-index: 0;
}
}
.content {
width: 334px;
height: 216px;
background: #f0f0f0;
border-radius: 3px;
overflow-y: auto;
padding: 0;
}
.wrapper {
padding: 10px;
width: 668px;
height: 432px;
transform: scale(0.5);
transform-origin: top left;
}