cms/app-client/app/styles/app.scss
changeset 452 85cf1c3a2fea
parent 449 5b0787f51d76
child 461 9b7a6c099870
equal deleted inserted replaced
451:1a11d01ece78 452:85cf1c3a2fea
    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;