Created
July 14, 2016 02:31
-
-
Save Glavin001/3c195e8387c3a4112b95a4e697a825da to your computer and use it in GitHub Desktop.
Maximize size (almost Full-Screen) of iframe for Pearson eText on Brightspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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