Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix: hide webwork problems when activated
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Nov 4, 2022
1 parent fca1177 commit cdeee3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/runestone-custom-sphinx-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@ div.settingsbox {
/* 1 */
}

/* hide original webwork problem when an iframe is opened */
div.hidden-content {
display: none;
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
Expand Down Expand Up @@ -680,4 +685,4 @@ div.settingsbox {
list-style-type: none;
font-style: italic;
color: blue;
}
}

0 comments on commit cdeee3b

Please sign in to comment.