Video cannot open more options in edge
<el-dialog v-model=”videoDialog”> <video v-if=”videoDialog” :src=”videoSrc” style=”width:100%;height:500px;” controls=”controls” crossorigin=”anonymous”></video> </el-dialog> enter image description here It’s this button that doesn’t respond when clicked enter image description here Add “top: 0px!” to this tag! important;left: 0px !important; It will be displayed, but the display position is incorrect video::-internal-media-controls-overflow-menu-list { top: 0px !important; bottom: 0px !important; } but no […]