Skip to content

Commit 1e57c88

Browse files
committed
fix onboarding popover
1 parent b8b528b commit 1e57c88

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

redisinsight/ui/src/pages/browser/BrowserPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ const BrowserPage = () => {
285285

286286
return (
287287
<div className={`browserPage ${styles.container}`}>
288-
<OnboardingStartPopover />
289288
{arePanelsCollapsed && isRightPanelOpen && !isBrowserFullScreen && (
290289
<EmptyButton
291290
icon={ArrowLeftIcon}

redisinsight/ui/src/pages/browser/components/onboarding-start-popover/styles.module.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
.onboardingStartPopover {
2-
position: fixed !important;
3-
top: calc(100% - 228px) !important;
4-
left: calc(100% - 398px) !important;
52
width: 360px !important;
63

74
background-color: var(--euiTooltipBackgroundColor) !important;

0 commit comments

Comments
 (0)