mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
Only render references when it's visible in the window viewport
This commit is contained in:
@@ -1169,3 +1169,8 @@ html[data-theme='dark'] .keyboard-shortcut > code {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.lazy-visibility {
|
||||
min-width: 1px;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user