a6cbcc273e
Made-with: Cursor
13 lines
136 B
CSS
13 lines
136 B
CSS
.host {
|
|
position: absolute;
|
|
inset: 0;
|
|
}
|
|
|
|
.hostInteractive {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.hostPassthrough {
|
|
pointer-events: none;
|
|
}
|