@@ -192,8 +190,10 @@ h1 {
width: 100%;
}
.player_and_controls {
+ flex: 1 1 0;
display: flex;
flex-direction: column;
+ overflow: auto;
height: 100%;
width: 100%;
}
@@ -208,6 +208,7 @@ h1 {
flex: 0 0 auto;
display: flex;
flex-direction: row;
+ overflow: auto;
background-color: var(--shaded_background);
padding: 0 2px 2px 2px;
align-items: center;
@@ -218,13 +219,6 @@ h1 {
.controls > .spacer {
flex: 1 1 auto;
}
-.video {
- position: relative;
- display: block;
- margin: auto;
- max-width: 100%;
- max-height: 100%;
-}
@media(max-height: 500px) {
.player_and_controls {
flex-direction: row;