satof3 6 месяцев назад
Родитель
Сommit
af97a1bb75

+ 0 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantSidebar/AiAssistantSidebar.module.scss

@@ -19,7 +19,6 @@
   }
   }
 
 
   .thread-title-sticky {
   .thread-title-sticky {
-    z-index: 10;
     background-color: rgba(var(--bs-body-bg-rgb), 0.75);
     background-color: rgba(var(--bs-body-bg-rgb), 0.75);
     -webkit-backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);

+ 1 - 1
apps/app/src/features/openai/client/services/knowledge-assistant.tsx

@@ -243,7 +243,7 @@ export const useKnowledgeAssistant: UseKnowledgeAssistant = () => {
     }
     }
 
 
     return (
     return (
-      <div className="thread-title-sticky position-sticky top-0 py-2 px-3">
+      <div className="thread-title-sticky position-sticky top-0 py-2 px-3 z-1">
         <div className="d-flex align-items-center gap-2">
         <div className="d-flex align-items-center gap-2">
           <button
           <button
             type="button"
             type="button"