+
+
- {/* @ts-expect-error inert is not recognisable on div element; we need it to not focus the sideDrawer when closed */}
-
-
-
-
-
-
-
- {
- seriesInfo ?
-
-
-
- {videos.map((video, index) => (
-
- ))}
-
+
+
+
+ {
+ seriesInfo ?
+
+
+
+ {videos.map((video, index) => (
+
+ ))}
- : null
- }
-
-
+
+ : null
+ }
);
diff --git a/src/routes/Player/styles.less b/src/routes/Player/styles.less
index b9708135c..28d388777 100644
--- a/src/routes/Player/styles.less
+++ b/src/routes/Player/styles.less
@@ -115,7 +115,7 @@ html:not(.active-slider-within) {
}
&.side-drawer-layer {
- top: 0;
+ bottom: 0;
right: 0;
left: initial;
bottom: initial;