diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx
index 9ffe97138dd82d489c011ac443251d2de69e87ff..91aab2edf13068181788d814050046c26320a62e 100644
--- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx
+++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx
@@ -22,7 +22,7 @@ export default function Citations({ sources = [] }) {
 
   return (
     <div className="flex flex-col mt-4 justify-left">
-      <div className="no-scroll flex flex-col justify-left overflow-x-scroll ">
+      <div className="flex flex-col justify-left overflow-x-scroll ">
         <div className="w-full flex overflow-x-scroll items-center gap-4 mt-1 doc__source">
           {combineLikeSources(sources).map((source) => (
             <Citation id={source?.id || v4()} source={source} />