8 lines
124 B
SCSS
8 lines
124 B
SCSS
.impression-observer {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none;
|
|
}
|