1
0
Fork 0
forked from 0x2620/oxjs

hide/show scrollbar on timeline resize

This commit is contained in:
rolux 2010-12-31 11:01:35 +00:00
commit 5dffb191ee
3 changed files with 40 additions and 27 deletions

View file

@ -1224,6 +1224,10 @@ Video
================================================================================
*/
.OxEditor {
overflow-x: hidden;
overflow-y: auto;
}
.OxEditor .OxVideoPlayer {
position: absolute;
margin: 4px;