Skip to content

Commit e11f76f

Browse files
committed
fix: remove custom css for help sidebar
1 parent 0878749 commit e11f76f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/library-authoring/import-course/HelpSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Paragraph } from '@src/utils';
66
import messages from './messages';
77

88
export const HelpSidebar = () => (
9-
<div className="course-migration-help pt-3 border-left">
9+
<div className="pt-3 border-left">
1010
<Stack gap={1} direction="horizontal" className="pl-4 h4 text-primary-700">
1111
<Icon src={Question} />
1212
<span>

src/library-authoring/import-course/index.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
6-
right: 0;
7-
height: 100vh;
8-
overflow-y: auto;
9-
10-
hr {
11-
width: 100%;
12-
}
13-
}
14-
151
.status-border-imported {
162
border-left: 8px solid #5690BB;
173
}

0 commit comments

Comments
 (0)