iframe#ScormContent, iframe.tool_launch { height: 100vh !important; min-height: 600px !important; } .pages.show.home h1.course-title { display: none !important; } /* Hide assignment page chrome */ #assignment-student-header-content, #assignments-2-student-header { display: none !important; } [data-testid="attemptSelect"] { display: none !important; } [data-testid="lti-external-tool"] { display: block !important; } .module-sequence-footer { display: none !important; } div.course-exit_wrapper { display: none !important; } /* Teal line under banner */ .user_content div[style*="files/1050/preview"] { border-bottom: 3px solid #099cbe !important; } /* Teal line above footer */ .user_content div[style*="padding: 30px 40px"] { border-top: 3px solid #099cbe !important; } .ic-DashboardCard__header_hero { background-color: transparent !important; opacity: 0 !important; } .ic-DashboardCard__header-subtitle { font-size: 11px !important; } #assignments-student-footer { display: none !important; } /* Disable Canvas page scroll when Rise iframe is present */ html:has(iframe.tool_launch) { overflow-y: hidden !important; } /* Disable Canvas page scroll when Rise iframe is present */ html:has(iframe.tool_launch) { overflow: hidden !important; } /* Hide assignment student footer */ div[data-testid="student-footer"], #assignments-student-footer { display: none !important; } /* Remove any padding Canvas adds below the iframe */ #content-wrapper { padding-bottom: 0 !important; } div[data-testid="student-footer"] { display: none !important; }