video player visible for w3.0
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -167,6 +167,7 @@
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
background-color: @videoBackgroundColor;
|
||||
overflow:visible;
|
||||
.videoOverlayWithPhoneNumber,
|
||||
.tabContainer,
|
||||
.arrow,
|
||||
|
||||
Reference in New Issue
Block a user