@@ -1,6 +1,7 @@
|
||||
/* eslint-disable no-irregular-whitespace */
|
||||
import { lighten, transparentize } from "polished";
|
||||
import styled, { DefaultTheme, css, keyframes } from "styled-components";
|
||||
import { videoStyle } from "./Video";
|
||||
|
||||
export type Props = {
|
||||
rtl: boolean;
|
||||
@@ -418,6 +419,11 @@ li {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
pointer-events: initial;
|
||||
${videoStyle}
|
||||
}
|
||||
|
||||
.ProseMirror-selectednode img {
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user