diff --git a/src/components/shared_ui/popover/popover.scss b/src/components/shared_ui/popover/popover.scss index 4460fca3..5b15f4ea 100644 --- a/src/components/shared_ui/popover/popover.scss +++ b/src/components/shared_ui/popover/popover.scss @@ -57,6 +57,7 @@ background: var(--general-active); color: var(--text-prominent); z-index: 1; + align-items: center; &__icon { flex-grow: 1; diff --git a/src/stores/dashboard-store.ts b/src/stores/dashboard-store.ts index 1fd2e030..4baf9bf9 100644 --- a/src/stores/dashboard-store.ts +++ b/src/stores/dashboard-store.ts @@ -349,6 +349,9 @@ export default class DashboardStore implements IDashboardStore { showVideoDialog = (dialog_option: TDialogOptions): void => { const { url, type = '' } = dialog_option; const dialog_type = ['google', 'url']; + this.faq_search_value = ''; + this.setActiveTabTutorial(0); + this.resetTutorialTabContent(); if (dialog_type.includes(type)) { if (type === 'url') { this.dialog_options = {