fix: scroll events
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user