Removed ulgy border from full screen.

d6
Frode Petterson 2014-12-15 16:04:01 +01:00
parent acb36845c0
commit 1aef9e376d
1 changed files with 6 additions and 3 deletions

View File

@ -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;