forked from 0x2620/oxjs
some fixes for map, range and videopreview
This commit is contained in:
parent
8ea49fab73
commit
c6d67420a8
6 changed files with 88 additions and 37 deletions
|
|
@ -2118,6 +2118,14 @@ Video
|
|||
}
|
||||
.OxVideoPreview > .OxFrame {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.OxVideoPreview > OxFrame > img {
|
||||
position: absolute;
|
||||
}
|
||||
.OxVideoPreview > .OxTimeline {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue