Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scrollbars #245

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/PluginSlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const PluginSlot = forwardRef(({
keepDefault: true,
plugins: [
{
url: 'https://profile-velvetslice.sandbox.edx.org/u/verified/plugin',
url: `https://profile-velvetslice.sandbox.edx.org/u/${authenticatedUser.username}/plugin`,
type: IFRAME_PLUGIN,
},
{
Expand Down
5 changes: 5 additions & 0 deletions src/containers/CourseList/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports[`CourseList collapsed with multiple courses and pages snapshot 1`] = `
className="course-list-title"
>
My Courses
POC branch
</h2>
<div
className="course-filter-controls-container"
Expand Down Expand Up @@ -60,6 +61,7 @@ exports[`CourseList no courses snapshot 1`] = `
className="course-list-title"
>
My Courses
POC branch
</h2>
<div
className="course-filter-controls-container"
Expand All @@ -84,6 +86,7 @@ exports[`CourseList no filters snapshot 1`] = `
className="course-list-title"
>
My Courses
POC branch
</h2>
<div
className="course-filter-controls-container"
Expand All @@ -108,6 +111,7 @@ exports[`CourseList with filters snapshot 1`] = `
className="course-list-title"
>
My Courses
POC branch
</h2>
<div
className="course-filter-controls-container"
Expand Down Expand Up @@ -141,6 +145,7 @@ exports[`CourseList with multiple courses and pages snapshot 1`] = `
className="course-list-title"
>
My Courses
POC branch
</h2>
<div
className="course-filter-controls-container"
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Dashboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Dashboard = () => {

return (
<div id="dashboard-container" className="d-flex flex-column p-2 pt-0">
<h1 className="sr-only">{pageTitle} POC branch</h1>
<h1 className="sr-only">{pageTitle}</h1>
{!initIsPending && (
<>
{hasAvailableDashboards && <EnterpriseDashboardModal />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ exports[`WidgetSidebar snapshots default 1`] = `
}
style={
Object {
"height": 400,
"height": 800,
"width": "100%",
}
}
>
Expand Down