fix: scroll events

This commit is contained in:
2026-03-15 21:46:08 +01:00
parent 290217791f
commit 4d673ab556
2 changed files with 50 additions and 41 deletions

View File

@@ -426,24 +426,19 @@ pre {
overflow: hidden;
}
/* Non-visible face must not capture pointer/wheel so scroll and click work on the visible face only */
.recollection-flip-card[data-flipped="false"] .recollection-flip-face-back {
pointer-events: none;
}
.recollection-flip-card[data-flipped="true"] .recollection-flip-face-front {
pointer-events: none;
}
.recollection-flip-face-front {
transform: rotateY(0deg);
}
.recollection-flip-face-back {
transform: rotateY(-180deg);
}
/* Logos page: BlockNote editor aligned with Flux (bg, theme). Document-style column. */
.logos-page {
background: hsl(var(--background));
}
.logos-editor.bn-shadcn {
--bn-editor-background: transparent;
}
.logos-editor .bn-editor {
min-height: 100%;
padding: 0;
}