Work-around to eliminate whitespace side-effects on video layout
This commit is contained in:
parent
f734b462d8
commit
4e5297f69a
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
line-height: 0; /* this is just an attempt to eliminate the side-effects of any whitespace between inner DIVs */
|
||||||
}
|
}
|
||||||
.pcjs-video-object textarea {
|
.pcjs-video-object textarea {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue