@ -192,15 +192,15 @@ button,
cursor: default;
}
// svg,
// video,
// canvas,
// audio,
// iframe,
// embed,
// object {
// display: block;
// }
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
img,
video {
@ -58,7 +58,7 @@ const initTuiImageEditor = () => {
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.tui-image-editor-wrap {
position: fixed;
top: 0;
@ -75,3 +75,8 @@ const initTuiImageEditor = () => {
</style>
body > svg:last-of-type {
display: none;