Merge pull request #3980 from JaeeunCho/long_string_cc
HTML5 - fixed long string at cc box
This commit is contained in:
commit
76beca5593
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user