Keep subtitles on large timeline from exceeding the timeline height (fixes #660)
This commit is contained in:
parent
2ed61c7b08
commit
e356e36634
1 changed files with 1 additions and 0 deletions
|
@ -1990,6 +1990,7 @@ Video
|
||||||
.OxLargeVideoTimeline .OxSubtitle {
|
.OxLargeVideoTimeline .OxSubtitle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 9px;
|
bottom: 9px;
|
||||||
|
max-height: 50px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
|
Loading…
Reference in a new issue