move EP css

This commit is contained in:
Orion Reed 2024-12-03 03:57:54 -05:00
parent ba416515a9
commit de8e3acacd
8 changed files with 7 additions and 47 deletions

View File

@ -15,13 +15,6 @@
margin: 0;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
folk-shape {
border: 1px solid black;
border-radius: 4px;

View File

@ -15,13 +15,6 @@
margin: 0;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
folk-shape {
border: 1px solid black;
border-radius: 4px;

View File

@ -22,13 +22,6 @@
padding: 0px 5px;
z-index: 10;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
</style>
</head>
<body>

View File

@ -20,13 +20,6 @@
field-sizing: content;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
body:not([rope-mode]) folk-event-propagator {
display: none;
}

View File

@ -28,14 +28,6 @@
position: absolute;
inset: 0;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
z-index: 1000;
}
</style>
</head>
<body>

View File

@ -54,13 +54,6 @@
border-radius: 5px;
padding: 1rem;
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
</style>
</head>
<body>

View File

@ -22,10 +22,6 @@
}
folk-event-propagator {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
z-index: calc(infinity);
}
</style>

View File

@ -5,6 +5,13 @@ import type { Node } from '@babel/types';
const styles = new CSSStyleSheet();
styles.replaceSync(css`
:host {
display: block;
position: absolute;
inset: 0 0 0 0;
pointer-events: none;
}
textarea {
position: absolute;
width: auto;