Skip to content

Commit 254539f

Browse files
committed
Fix: Removed position:fixed on media player, parent div to 100%
1 parent 1ab2071 commit 254539f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/lib/TranscriptEditor/MediaPlayer/index.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
.topSection {
44
/* height: 100%; */
55
background: black;
6-
position: fixed;
7-
top: 0;
8-
left: 0;
6+
/* position: fixed; */
7+
/* top: 0; */
8+
/* left: 0; */
99
}
1010

1111
.playerSection {
1212
display: inline-flex;
1313
align-items: flex-start;
14+
width: 100%;
1415
}
1516

1617
video {

src/lib/TranscriptEditor/index.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
.aside {
2121
width: 100%;
22-
/* padding: 20px; */
23-
/* background-color: #936; */
2422
}
2523
}
2624

0 commit comments

Comments
 (0)