mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: flashcards scrollbar
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
(when-let [block-entity (db/sub-block block-id)]
|
||||
(let [phase (rum/react *phase)
|
||||
next-phase (phase->next-phase block-entity phase)]
|
||||
[:div.ls-card.content.flex.flex-col.overflow-y-auto
|
||||
[:div.ls-card.content.flex.flex-col.overflow-y-auto.overflow-x-hidden
|
||||
[:div (component-block/breadcrumb {} repo (:block/uuid block-entity) {})]
|
||||
(let [option (case phase
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user