@playkit-js/transcript 3.7.12-canary.0-e2073db → 3.7.12-canary.0-8bc7ac4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -127,7 +127,7 @@ class TranscriptMenu extends Component<TranscriptMenuProps, TranscriptMenuState>
|
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
129
|
const isSmallPlayer = playerWidth! <= PLAYER_BREAK_POINTS.SMALL;
|
|
130
|
-
const shouldUseOverlay = !kitchenSinkDetached && (sidePanelPosition === SidePanelPositions.BOTTOM || isMobile || isSmallPlayer);
|
|
130
|
+
const shouldUseOverlay = !kitchenSinkDetached && (sidePanelPosition === SidePanelPositions.BOTTOM || sidePanelPosition === SidePanelPositions.TOP || isMobile || isSmallPlayer);
|
|
131
131
|
|
|
132
132
|
if (shouldUseOverlay) {
|
|
133
133
|
return (
|