Przeglądaj źródła

fix: disable portal container transition

Peng Xiao 3 lat temu
rodzic
commit
42e322a7d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {
 .tl-logseq-portal-container {
-  @apply flex flex-col rounded-lg absolute transition;
+  @apply flex flex-col rounded-lg absolute;
 
 
   top: 0;
   top: 0;
   left: 0;
   left: 0;