Merge pull request #3980 from JaeeunCho/long_string_cc

HTML5 - fixed long string at cc box
This commit is contained in:
Anton Georgiev 2017-06-07 18:03:52 -04:00 committed by GitHub
commit 76beca5593

View File

@ -7,6 +7,7 @@
height:100%; height:100%;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
position:absolute;
} }
.frame { .frame {
@ -14,7 +15,6 @@
height: calc(100% - 80px); height: calc(100% - 80px);
margin: 20px; margin: 20px;
overflow: auto; overflow: auto;
//if you change the thickness of the border //if you change the thickness of the border
//you should also change a corresponding value in the componentWillUpdate //you should also change a corresponding value in the componentWillUpdate
//otherwise auto-scrolling for closed-captions will break //otherwise auto-scrolling for closed-captions will break