equal
deleted
inserted
replaced
85 .corpus-app-container { |
85 .corpus-app-container { |
86 color: $dark-grey; |
86 color: $dark-grey; |
87 box-sizing: border-box; |
87 box-sizing: border-box; |
88 background-color: $corpus-white; |
88 background-color: $corpus-white; |
89 position: relative; |
89 position: relative; |
90 overflow: scroll; |
90 overflow: hidden; |
91 } |
91 } |
92 |
92 |
93 body.videoscreen .corpus-app-container { |
93 body.videoscreen .corpus-app-container { |
94 margin-top: 260px; |
94 margin-top: 260px; |
95 height: 280px; |
95 height: 280px; |
|
96 overflow-x: hidden; |
|
97 overflow-y: scroll; |
96 } |
98 } |
97 |
99 |
98 h2 { |
100 h2 { |
99 color: $dark-grey; |
101 color: $dark-grey; |
100 line-height: 60px; |
102 line-height: 60px; |