Skip to content

Instantly share code, notes, and snippets.

@Glavin001
Created July 14, 2016 02:31
Show Gist options
  • Save Glavin001/3c195e8387c3a4112b95a4e697a825da to your computer and use it in GitHub Desktop.
Save Glavin001/3c195e8387c3a4112b95a4e697a825da to your computer and use it in GitHub Desktop.
Maximize size (almost Full-Screen) of iframe for Pearson eText on Brightspace
#d2l_minibar {
z-index: 100;
}
#ContentView iframe.d2l-iframe {
position: absolute;
top: 35px;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment