mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
@@ -27,6 +27,11 @@
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.logseq-tldraw *:not(.tl-logseq-portal-container) * {
|
||||
-webkit-touch-callout: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.dark-theme,
|
||||
html[data-theme='dark'] {
|
||||
--ls-wb-background-color-gray: var(--color-gray-800, gray);
|
||||
|
||||
@@ -120,7 +120,6 @@ const tlcss = css`
|
||||
box-sizing: border-box;
|
||||
color: var(--tl-foreground);
|
||||
-webkit-user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user