@ctzhian/tiptap 2.10.5 → 2.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +7 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -779,12 +779,13 @@ body {
|
|
|
779
779
|
|
|
780
780
|
/* excalidraw */
|
|
781
781
|
body>.excalidraw.excalidraw-modal-container {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
782
|
+
position: fixed;
|
|
783
|
+
z-index: 1400;
|
|
784
|
+
top: auto;
|
|
785
|
+
height: 100vh;
|
|
786
|
+
width: 100vw;
|
|
786
787
|
}
|
|
787
788
|
|
|
788
|
-
body>.excalidraw
|
|
789
|
-
bottom: 60px
|
|
789
|
+
body>.excalidraw button.scroll-back-to-content {
|
|
790
|
+
bottom: 60px;
|
|
790
791
|
}
|