Skip to content

Commit

Permalink
fix: remove scrollbars and set new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 committed Nov 22, 2023
1 parent ee61937 commit c3dcf8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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-aperturepluginpoc.sandbox.edx.org/u/${authenticatedUser.username}/plugin`,
url: 'https://profile-velvetslice.sandbox.edx.org/u/verified/plugin',
type: IFRAME_PLUGIN,
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/containers/WidgetContainers/NoCoursesSidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export const WidgetSidebar = ({ setSidebarShowing }) => {
title: 'example plugins',
}}
style={{
height: 400,
height: 800,
width: '100%',
}}
>
<div key="default">This is default plugin content.</div>
Expand Down

0 comments on commit c3dcf8e

Please sign in to comment.