Commit 70cdc9a7 by Brian Talbot

edx.org: addresses vertical scrollbar on course register button when placed in iframe

parent 5c8e7337
...@@ -130,6 +130,10 @@ ...@@ -130,6 +130,10 @@
// ==================== // ====================
// edx.org marketing site - registration iframe band-aid (poor form enough to isolate out) // edx.org marketing site - registration iframe band-aid (poor form enough to isolate out)
.view-iframe, .view-iframe-content {
overflow: hidden;
}
.view-partial-mktgregister { .view-partial-mktgregister {
background: transparent !important; background: transparent !important;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<%block name="title"><title>${_("About {course_id}").format(course_id=course_id)}</title></%block> <%block name="title"><title>${_("About {course_id}").format(course_id=course_id)}</title></%block>
<%block name="bodyclass">view-partial-mktgregister</%block> <%block name="bodyclass">view-iframe-content view-partial-mktgregister</%block>
<%block name="headextra"> <%block name="headextra">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<%block name="title"><title>${_("About {course_number}").format(course_number=course.display_number_with_default) | h}</title></%block> <%block name="title"><title>${_("About {course_number}").format(course_number=course.display_number_with_default) | h}</title></%block>
<%block name="bodyclass">view-partial-mktgregister</%block> <%block name="bodyclass">view-iframe-content view-partial-mktgregister</%block>
<%block name="headextra"> <%block name="headextra">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment