Removed ulgy border from full screen.
parent
acb36845c0
commit
1aef9e376d
|
@ -36,6 +36,9 @@ html.h5p-iframe .h5p-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.h5p-fullscreen .h5p-content, .h5p-semi-fullscreen .h5p-content {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
.h5p-container {
|
.h5p-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in New Issue