@@ -1,7 +1,7 @@
.block-content-wrapper {
/* 38px is the width of block-control */
width: calc(100% - 22px);
-
+ user-select: text;
@screen sm {
width: calc(100% - 33px);
overflow-x: visible;
@@ -32,6 +32,10 @@
user-select: none;
}
+.logseq-tldraw .block-content-wrapper * {
+}
+
.dark-theme,
html[data-theme='dark'] {
--ls-wb-background-color-gray: var(--color-gray-800, gray);