File size: 210 Bytes
fe80f2b
 
399829c
1ce4fbf
fe80f2b
 
 
1ce4fbf
 
 
 
fe80f2b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.container {
    display: flex;
    width: 30vw;
    height: 50em;
}

.highlightArea {
    background-color: rgba(255, 255, 0, 0.4);
    position: absolute;
    pointer-events: none;
    border-radius: 2px;
}