فهرست منبع

fix: disable portal container transition

Peng Xiao 3 سال پیش
والد
کامیت
42e322a7d4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tldraw/apps/tldraw-logseq/src/styles.css

+ 1 - 1
tldraw/apps/tldraw-logseq/src/styles.css

@@ -573,7 +573,7 @@
 }
 
 .tl-logseq-portal-container {
-  @apply flex flex-col rounded-lg absolute transition;
+  @apply flex flex-col rounded-lg absolute;
 
   top: 0;
   left: 0;