Skip to content

Commit 68b7608

Browse files
Fix: 'Report System' Element Not Highlighted in Tour Guide (#284)
fix: tour guide highlighting issue resolved #283
1 parent 8804ead commit 68b7608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/simulator/src/tutorials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const tour = [
7474
// },
7575
// },
7676
{
77-
element: '.fa-bug',
77+
element: '.report-sidebar a',
7878
popover: {
7979
className: 'bug-guide',
8080
title: 'Report System',

src/styles/tutorials.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.bug-guide .right {
42-
top: 110px !important;
42+
top: 114px !important;
4343
}
4444

4545
.tourHelpStep.driver-popover-title {

0 commit comments

Comments
 (0)