diff --git a/src/front/Components/Elements/Tabs/classes.module.scss b/src/front/Components/Elements/Tabs/classes.module.scss index adfb7e37..227816f6 100644 --- a/src/front/Components/Elements/Tabs/classes.module.scss +++ b/src/front/Components/Elements/Tabs/classes.module.scss @@ -1,4 +1,6 @@ .root { + text-wrap: nowrap; + .mirror-shadow-element { display: flex; overflow: hidden; @@ -21,6 +23,7 @@ border-bottom: 1px solid var(--color-neutral-500); .vertical-container { + z-index: 2; position: absolute; display: flex; flex-direction: column; diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx index b667ad9c..c0d1fd86 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx @@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {