edx.org: addresses vertical scrollbar on course register button when placed in iframe
This commit is contained in:
@@ -130,6 +130,10 @@
|
||||
// ====================
|
||||
|
||||
// edx.org marketing site - registration iframe band-aid (poor form enough to isolate out)
|
||||
.view-iframe, .view-iframe-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.view-partial-mktgregister {
|
||||
background: transparent !important;
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<%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">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<%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">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user