clr commited on
Commit
c80fe87
1 Parent(s): 6b54cdd

Update css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +7 -4
css/main.css CHANGED
@@ -50,15 +50,18 @@ ul {
50
 
51
  .half-audio {
52
  padding: 24px;
53
- position: sticky;
54
  }
55
 
56
- .container {
57
- display: flex;
58
- align-items: flex-start;
 
 
59
  }
60
 
61
 
 
62
  /* Transcript styles */
63
  .movControl {
64
  background: #FFFFFF;
 
50
 
51
  .half-audio {
52
  padding: 24px;
53
+ position: fixed;
54
  }
55
 
56
+ .stuck-audio {
57
+ position: fixed;
58
+ top: 0;
59
+ width: 100%
60
+ background: #e7fefc;
61
  }
62
 
63
 
64
+
65
  /* Transcript styles */
66
  .movControl {
67
  background: #FFFFFF;