HTML5 - removed useless line

This commit is contained in:
JaeeunCho 2017-06-07 14:57:27 -07:00
parent c7e654511c
commit d902724309

View File

@ -15,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