@ctzhian/tiptap 2.10.4 → 2.10.5
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 +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -778,13 +778,13 @@ body {
|
|
|
778
778
|
}
|
|
779
779
|
|
|
780
780
|
/* excalidraw */
|
|
781
|
-
.excalidraw-modal-container {
|
|
781
|
+
body>.excalidraw.excalidraw-modal-container {
|
|
782
782
|
z-index: 1400 !important;
|
|
783
783
|
top: auto !important;
|
|
784
784
|
height: 100vh !important;
|
|
785
785
|
width: 100vw !important;
|
|
786
786
|
}
|
|
787
787
|
|
|
788
|
-
.excalidraw .scroll-back-to-content {
|
|
788
|
+
body>.excalidraw.excalidraw-modal-container button.scroll-back-to-content {
|
|
789
789
|
bottom: 60px !important;
|
|
790
790
|
}
|