forked from 0x2620/oxjs
fix a bug where the interface of a block video timeline would be stacked above a dialog
This commit is contained in:
parent
7747255ab8
commit
dfe12646e6
3 changed files with 37 additions and 22 deletions
|
|
@ -44,12 +44,10 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
})
|
||||
.addClass('OxInterface')
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: self.interfaceLeft + 'px',
|
||||
top: self.interfaceTop + 'px',
|
||||
width: self.interfaceWidth + 'px',
|
||||
height: '20px',
|
||||
zIndex: 11
|
||||
})
|
||||
.bind({
|
||||
mousedown: mousedown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue