You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, "https://www.amsat.org/status" is configured as one of the slide out menus, the resulting embedded iframe is somewhat unreadable due to the background being black. This is resolved by editing the HTML file and changing:
.iframe-container {
background-color: black;
to:
.iframe-container {
background-color: white;
NOTE: Should Pablo make changes to the HTML file and you download the update, you will have to re-implement this change!!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If, "https://www.amsat.org/status" is configured as one of the slide out menus, the resulting embedded iframe is somewhat unreadable due to the background being black. This is resolved by editing the HTML file and changing:
.iframe-container {
background-color: black;
to:
.iframe-container {
background-color: white;
NOTE: Should Pablo make changes to the HTML file and you download the update, you will have to re-implement this change!!!
Beta Was this translation helpful? Give feedback.
All reactions