video player visible for w3.0

This commit is contained in:
yonghyon
2024-04-25 10:58:29 +09:00
parent 9da296f3a9
commit 4c62d304b9
2 changed files with 2 additions and 1 deletions

View File

@@ -93,7 +93,6 @@ const PlayerPanel = ({
const onClickBack = useCallback(
(ev) => {
console.log("yhcho onClickBack", panelInfo);
//modal로부터 Full 전환된 경우 다시 preview 모드로 돌아감.
if (panelInfo.modalContainerId && !panelInfo.modal) {
dispatch(
@@ -302,6 +301,7 @@ const PlayerPanel = ({
top: top + "px",
left: left + "px",
position: "fixed",
overflow: 'visible'
};
setModalStyle(modalStyle);
dispatch(

View File

@@ -167,6 +167,7 @@
pointer-events: none;
z-index: 1;
background-color: @videoBackgroundColor;
overflow:visible;
.videoOverlayWithPhoneNumber,
.tabContainer,
.arrow,