get rid of code pane shit (#2259)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -14,7 +14,11 @@ export default function CodeEditor() {
|
|||||||
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
||||||
<div
|
<div
|
||||||
className="fixed inset-0 bg-black opacity-50 dark:opacity-80 pointer-events-none"
|
className="fixed inset-0 bg-black opacity-50 dark:opacity-80 pointer-events-none"
|
||||||
style={{ clipPath: useBackdropHighlight('code-pane') }}
|
style={
|
||||||
|
{
|
||||||
|
/*clipPath: useBackdropHighlight('code-pane')*/
|
||||||
|
}
|
||||||
|
}
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
|
@ -15,7 +15,11 @@ export default function InteractiveNumbers() {
|
|||||||
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
||||||
<div
|
<div
|
||||||
className="fixed inset-0 bg-black opacity-50 pointer-events-none"
|
className="fixed inset-0 bg-black opacity-50 pointer-events-none"
|
||||||
style={{ clipPath: useBackdropHighlight('code-pane') }}
|
style={
|
||||||
|
{
|
||||||
|
/*clipPath: useBackdropHighlight('code-pane')*/
|
||||||
|
}
|
||||||
|
}
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
|
@ -31,7 +31,11 @@ export default function ParametricModeling() {
|
|||||||
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
<div className="fixed grid justify-end items-center inset-0 z-50 pointer-events-none">
|
||||||
<div
|
<div
|
||||||
className="fixed inset-0 bg-black dark:bg-black-80 opacity-50 pointer-events-none"
|
className="fixed inset-0 bg-black dark:bg-black-80 opacity-50 pointer-events-none"
|
||||||
style={{ clipPath: useBackdropHighlight('code-pane') }}
|
style={
|
||||||
|
{
|
||||||
|
/*clipPath: useBackdropHighlight('code-pane')*/
|
||||||
|
}
|
||||||
|
}
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
|
Reference in New Issue
Block a user