@ctzhian/tiptap 2.10.3 → 2.10.4
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 +12 -11
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -231,17 +231,6 @@ body {
|
|
|
231
231
|
height: 100%;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.excalidraw-modal-container {
|
|
235
|
-
z-index: 1400 !important;
|
|
236
|
-
top: auto;
|
|
237
|
-
height: 100vh;
|
|
238
|
-
width: 100vw;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.excalidraw .scroll-back-to-content {
|
|
242
|
-
bottom: 60px;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
234
|
.tiptap.ProseMirror {
|
|
246
235
|
overflow-y: auto;
|
|
247
236
|
outline: none;
|
|
@@ -786,4 +775,16 @@ body {
|
|
|
786
775
|
overflow: hidden;
|
|
787
776
|
text-overflow: ellipsis;
|
|
788
777
|
white-space: nowrap;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
/* excalidraw */
|
|
781
|
+
.excalidraw-modal-container {
|
|
782
|
+
z-index: 1400 !important;
|
|
783
|
+
top: auto !important;
|
|
784
|
+
height: 100vh !important;
|
|
785
|
+
width: 100vw !important;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.excalidraw .scroll-back-to-content {
|
|
789
|
+
bottom: 60px !important;
|
|
789
790
|
}
|