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