fixed iframe overflow problem
This commit is contained in:
parent
21544f35d7
commit
8550d1aa10
|
@ -113,7 +113,7 @@ A {
|
||||||
color:#888;
|
color:#888;
|
||||||
}
|
}
|
||||||
.slide ARTICLE A {
|
.slide ARTICLE A {
|
||||||
border-bottom:0.07em solid;
|
border-bottom:0.1em solid;
|
||||||
color:#0174A7;
|
color:#0174A7;
|
||||||
}
|
}
|
||||||
.slide ARTICLE B,
|
.slide ARTICLE B,
|
||||||
|
@ -291,6 +291,9 @@ A {
|
||||||
.slide.frame {
|
.slide.frame {
|
||||||
background:#FFF;
|
background:#FFF;
|
||||||
}
|
}
|
||||||
|
.slide.frame ARTICLE {
|
||||||
|
position:static;
|
||||||
|
}
|
||||||
.slide.frame IFRAME {
|
.slide.frame IFRAME {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0;
|
top:0;
|
||||||
|
|
Loading…
Reference in New Issue