move EP css
This commit is contained in:
parent
ba416515a9
commit
de8e3acacd
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@
|
|||
}
|
||||
|
||||
folk-event-propagator {
|
||||
display: block;
|
||||
position: absolute;
|
||||
inset: 0 0 0 0;
|
||||
pointer-events: none;
|
||||
z-index: calc(infinity);
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue