diff -r 4077a72f0fb6 -r 5b0787f51d76 cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Sun Nov 27 16:31:37 2016 +0100 +++ b/cms/app-client/app/styles/app.scss Sun Nov 27 23:28:59 2016 +0100 @@ -87,11 +87,12 @@ box-sizing: border-box; background-color: $corpus-white; position: relative; + overflow: scroll; } body.videoscreen .corpus-app-container { margin-top: 260px; - height: 240px; + height: 280px; } h2 { @@ -114,6 +115,15 @@ } #tabs-chrono, +#tabs-thematiques, +#tabs-discours, +#tabs-carto, +#tabs-langues { + height: 525px; +} + + +#tabs-chrono, #tabs-thematiques { padding: 0px 20px; } @@ -121,7 +131,7 @@ #tabs-discours, #tabs-thematiques { overflow: hidden; - height: 100%; + //height: 100%; } .corpus-app-wrapper { @@ -138,9 +148,11 @@ width: 50%; } +.corpus-app-modal { + overflow: hidden; +} .corpus-app-modal, .corpus-app-container { - overflow: hidden; display: block; border-top: none; }