We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0878749 commit e11f76fCopy full SHA for e11f76f
src/library-authoring/import-course/HelpSidebar.tsx
@@ -6,7 +6,7 @@ import { Paragraph } from '@src/utils';
6
import messages from './messages';
7
8
export const HelpSidebar = () => (
9
- <div className="course-migration-help pt-3 border-left">
+ <div className="pt-3 border-left">
10
<Stack gap={1} direction="horizontal" className="pl-4 h4 text-primary-700">
11
<Icon src={Question} />
12
<span>
src/library-authoring/import-course/index.scss
@@ -1,17 +1,3 @@
1
-.course-migration-help {
2
- z-index: 1000; // same as header
3
- flex: 350px 0 0;
4
- position: sticky;
5
- top: 0;
- right: 0;
- height: 100vh;
- overflow-y: auto;
-
- hr {
- width: 100%;
- }
13
-}
14
15
.status-border-imported {
16
border-left: 8px solid #5690BB;
17
}
0 commit comments