]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
Customization: Added parent tag classes
[bookstack] / resources / sass / _editor.scss
index 35f11c5a2790d7b131c18c24466de1c76b01064e..633fa78a6b19e0050bb00ea6183c07e14292cc9e 100644 (file)
@@ -422,7 +422,7 @@ body.editor-is-fullscreen {
 .editor-table-marker {
   position: fixed;
   background-color: var(--editor-color-primary);
-  z-index: 99;
+  z-index: 3;
   user-select: none;
   opacity: 0;
   &:hover, &.active {
@@ -454,7 +454,7 @@ body.editor-is-fullscreen {
 .editor-media-wrap {
   display: inline-block;
   cursor: not-allowed;
-  iframe {
+  iframe, video {
     pointer-events: none;
   }
   &.align-left {