From 90d35484adc6228d62f797b53368a25912a8e191 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:24:06 +0300 Subject: [PATCH] B: Fix z-index --- rsconcept/frontend/src/features/help/components/BadgeHelp.tsx | 2 +- .../src/features/help/pages/ManualsPage/TopicsDropdown.tsx | 2 +- .../src/features/library/components/EditorLibraryItem.tsx | 2 +- .../frontend/src/features/library/components/PickSchema.tsx | 2 +- .../src/features/library/components/SelectLocationContext.tsx | 2 +- .../src/features/library/components/SelectLocationHead.tsx | 2 +- .../src/features/library/pages/LibraryPage/ToolbarSearch.tsx | 2 +- .../rsform/pages/RSFormPage/EditorTermGraph/SchemasGuide.tsx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/rsconcept/frontend/src/features/help/components/BadgeHelp.tsx b/rsconcept/frontend/src/features/help/components/BadgeHelp.tsx index e80c4793..eedae3a8 100644 --- a/rsconcept/frontend/src/features/help/components/BadgeHelp.tsx +++ b/rsconcept/frontend/src/features/help/components/BadgeHelp.tsx @@ -39,7 +39,7 @@ export function BadgeHelp({ topic, padding = 'p-1', ...restProps }: BadgeHelpPro return (
- + }>
event.stopPropagation()}>
diff --git a/rsconcept/frontend/src/features/help/pages/ManualsPage/TopicsDropdown.tsx b/rsconcept/frontend/src/features/help/pages/ManualsPage/TopicsDropdown.tsx index 7ceca514..b5688f6e 100644 --- a/rsconcept/frontend/src/features/help/pages/ManualsPage/TopicsDropdown.tsx +++ b/rsconcept/frontend/src/features/help/pages/ManualsPage/TopicsDropdown.tsx @@ -33,7 +33,7 @@ export function TopicsDropdown({ activeTopic, onChangeTopic }: TopicsDropdownPro className={clsx( 'absolute left-0 w-[13.5rem]', // prettier: split-lines 'flex flex-col', - 'z-modalTooltip', + 'z-modal-tooltip', 'text-xs sm:text-sm', 'select-none', { diff --git a/rsconcept/frontend/src/features/library/components/EditorLibraryItem.tsx b/rsconcept/frontend/src/features/library/components/EditorLibraryItem.tsx index 88798b6a..f2886dac 100644 --- a/rsconcept/frontend/src/features/library/components/EditorLibraryItem.tsx +++ b/rsconcept/frontend/src/features/library/components/EditorLibraryItem.tsx @@ -125,7 +125,7 @@ export function EditorLibraryItem({ schema, isAttachedToOSS }: EditorLibraryItem onClick={handleEditEditors} disabled={isModified || isProcessing || role < UserRole.OWNER} /> - + }> diff --git a/rsconcept/frontend/src/features/library/components/PickSchema.tsx b/rsconcept/frontend/src/features/library/components/PickSchema.tsx index 9ee46e72..9825af8c 100644 --- a/rsconcept/frontend/src/features/library/components/PickSchema.tsx +++ b/rsconcept/frontend/src/features/library/components/PickSchema.tsx @@ -120,7 +120,7 @@ export function PickSchema({ className='mt-1' onClick={() => locationMenu.toggle()} /> - + - + {Object.values(LocationHead) .filter(head => !excluded.includes(head)) .map((head, index) => { diff --git a/rsconcept/frontend/src/features/library/pages/LibraryPage/ToolbarSearch.tsx b/rsconcept/frontend/src/features/library/pages/LibraryPage/ToolbarSearch.tsx index b45556be..19e24997 100644 --- a/rsconcept/frontend/src/features/library/pages/LibraryPage/ToolbarSearch.tsx +++ b/rsconcept/frontend/src/features/library/pages/LibraryPage/ToolbarSearch.tsx @@ -165,7 +165,7 @@ export function ToolbarSearch({ total, filtered }: ToolbarSearchProps) { text={head ?? '//'} /> - +
diff --git a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorTermGraph/SchemasGuide.tsx b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorTermGraph/SchemasGuide.tsx index 57ccd2f4..ddfa12bd 100644 --- a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorTermGraph/SchemasGuide.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorTermGraph/SchemasGuide.tsx @@ -43,7 +43,7 @@ export function SchemasGuide({ schema }: SchemasGuideProps) {