Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix scorm height on fullscreen (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek authored and oksana-slu committed Dec 16, 2019
1 parent 70cbe1c commit b988875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scormxblock/static/css/scormxblock.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bottom: 0;
left: 0;
width: 100%;
height: 100%;
height: calc(100% - 65px);
z-index: 10000;
}

Expand Down Expand Up @@ -58,4 +58,4 @@

.scormxblock_block .full-screen-scorm .full-screen-on {
display: none;
}
}

0 comments on commit b988875

Please sign in to comment.