fix: make sure caret in portal shape can be correctly set

pull/7336/head
Peng Xiao 2022-11-18 15:23:20 +08:00
parent a72bb8bcb4
commit 29004a50c6
1 changed files with 2 additions and 1 deletions

View File

@ -677,9 +677,10 @@ button.tl-select-input-trigger {
opacity: 0.5; opacity: 0.5;
} }
/* This will breaks block selection
[data-inner-events=false] * { [data-inner-events=false] * {
user-select: none; user-select: none;
} } */
.tl-logseq-portal-container { .tl-logseq-portal-container {
@apply flex flex-col rounded-lg absolute; @apply flex flex-col rounded-lg absolute;