Adding in interactions/fixing scrolls
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user